semi-complete semantic v2
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
*/
|
||||
#define SYMTAB_SIZE 211
|
||||
|
||||
#define MAX_SCOPE_DEPTH 32
|
||||
#define MAX_SCOPE_COUNT 1557
|
||||
#define MAX_SCOPE_DEPTH 1557
|
||||
|
||||
#define MAX_PARAM_COUNT 13
|
||||
|
||||
@@ -134,10 +133,6 @@ BucketList st_lookup(char *name);
|
||||
*/
|
||||
BucketList st_lookup_from(char *name, Scope scope);
|
||||
|
||||
void printScope(FILE *listing, Scope scope);
|
||||
|
||||
void printScopeTree(FILE *listing);
|
||||
|
||||
void printSymTab(FILE *listing);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user