diff options
-rw-r--r-- | perl_checker.src/parser.mly | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl_checker.src/parser.mly b/perl_checker.src/parser.mly index eb6e99a..82b80df 100644 --- a/perl_checker.src/parser.mly +++ b/perl_checker.src/parser.mly @@ -477,6 +477,5 @@ expr_or_empty: {default_esp (Block [])} | expr {new_1esp $1.any.expr $1 } %% -;; prog_ref := Some prog ;; |