aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parsing/compat.ml42
1 files changed, 1 insertions, 1 deletions
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