added offset code in symbol table for records
This commit is contained in:
@ -24,8 +24,8 @@ typedef struct {
|
||||
typedef struct {
|
||||
int numofelements;
|
||||
struct SymbolTable *recordScope;
|
||||
int totalsize;
|
||||
int offsets[];
|
||||
int total_size;
|
||||
int* offsets;
|
||||
} record_info;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user