From b69e377effeca77e88d811d125475f02d39cdaa4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 10 Nov 2003 10:22:52 +0000 Subject: fix build with new ocaml --- perl_checker.src/parser.mly | 1 - 1 file changed, 1 deletion(-) 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 ;; -- cgit v1.2.1