diff options
Diffstat (limited to 'com.h')
-rw-r--r-- | com.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ typedef struct _compiler Compiler; struct _compiler { State *S; Chunk *ch; + int stack_cur; }; Compiler compiler_new(Compiler *outer, Chunk *ch); |