diff options
Diffstat (limited to 'gen_code.c')
-rw-r--r-- | gen_code.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -204,6 +204,7 @@ ptree *t; { if (t->type != LIST){ gen_statement(t); + fprintf(stdout, "\n;;STATEMENT BOUNDARY\n"); return; } |