added offsets to record type structure
This commit is contained in:
@ -24,6 +24,8 @@ typedef struct {
|
||||
typedef struct {
|
||||
int numofelements;
|
||||
struct SymbolTable *recordScope;
|
||||
int totalsize;
|
||||
int offsets[];
|
||||
} record_info;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user