From e4fcf8f9af193f125eb6ee101e739ba4460bd8b8 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Wed, 12 Oct 2016 17:49:50 +0200 Subject: Fix compilation with camlp4 broken in 8a8caba3. --- parsing/compat.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsing/compat.ml4 b/parsing/compat.ml4 index ecf515111c..26e07c2f2c 100644 --- a/parsing/compat.ml4 +++ b/parsing/compat.ml4 @@ -273,7 +273,7 @@ module GrammarMake (L:LexerSig) : GrammarSig = struct a with e -> L.restore_comments_state L.default_comments_state; - raise e + Pervasives.raise e let entry_print ft x = Entry.print ft x let srules' = srules (entry_create "dummy") end -- cgit v1.2.3