rm block scope
This commit is contained in:
@@ -1738,7 +1738,6 @@ typedef struct MachVarInfo {
|
||||
int slot;
|
||||
int is_const; /* 1 for def, function args; 0 for var */
|
||||
int is_closure; /* 1 if captured by a nested function */
|
||||
int scope_depth; /* block scope nesting level */
|
||||
} MachVarInfo;
|
||||
|
||||
/* === PPretext (parser pretext, system-malloc, used by cell_js.c parser) === */
|
||||
|
||||
Reference in New Issue
Block a user