summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index a76f30d15d..96f31e2a79 100644
--- a/parse.y
+++ b/parse.y
@@ -770,6 +770,9 @@ compstmt : stmts opt_terms
;
stmts : none
+ {
+ $$ = NEW_NIL();
+ }
/*%c%*/
/*%c
{