aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/compat.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compat.ml4 b/lib/compat.ml4
index 5e1c65b438..6c2102491f 100644
--- a/lib/compat.ml4
+++ b/lib/compat.ml4
@@ -11,7 +11,7 @@
(* IFDEF not available in 3.06; use ifdef instead *)
(* type loc is different in 3.08 *)
-ifdef OCAML308 then
+ifdef OCAML_308 then
module M = struct
type loc = Token.flocation
let dummy_loc = Token.dummy_loc