Browse Source

[parser] this is fine

Simon Krajewski 7 years ago
parent
commit
d3504e7d3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/syntax/grammar.mly

+ 1 - 1
src/syntax/grammar.mly

@@ -1341,7 +1341,7 @@ and toplevel_expr s =
 	try
 		expr s
 	with
-		Display e -> e
+		Display e -> expr_next e s
 
 and secure_expr s =
 	expr_or_fail serror s