🤯🤯🤯🤯🤯🤯🤯🤯🤯
This commit is contained in:
@ -48,7 +48,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
int startlinenumber;
|
||||
bool regularoras;
|
||||
SymbolTable* scope;
|
||||
SymbolTable *scope;
|
||||
} function_declaration_info;
|
||||
|
||||
typedef struct {
|
||||
@ -122,7 +122,7 @@ int getRecLength(TableNode *definition);
|
||||
SymbolTable *getRecList(TableNode *definition);
|
||||
TableNode *setRecSize(TableNode *tn, int n);
|
||||
int getRecSize(SymbolTable *tn);
|
||||
AdInfo *CreateFunctionDeclarationInfo(int line, bool asorregular,SymbolTable *scope);
|
||||
AdInfo *CreateFunctionDeclarationInfo(int line, bool asorregular, SymbolTable *scope);
|
||||
TableNode *setFunScope(TableNode *tn, SymbolTable *scope);
|
||||
SymbolTable *getFunScope(TableNode *definition);
|
||||
int getStartLine(TableNode *definition);
|
||||
|
Reference in New Issue
Block a user