From 8b0d5a0d291c66f05869c15f92539bd1d7082d3a Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Thu, 31 Mar 2016 10:56:42 +0200 Subject: Compatibility with newer ocaml versions. Bug 18313. --- cparser/pre_parser.mly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cparser/pre_parser.mly') diff --git a/cparser/pre_parser.mly b/cparser/pre_parser.mly index 21008f1c..27502a3b 100644 --- a/cparser/pre_parser.mly +++ b/cparser/pre_parser.mly @@ -23,7 +23,7 @@ *) %{ - open Pre_parser_aux + open !Pre_parser_aux let set_id_type (_,r,_) t = r := t -- cgit