summaryrefslogtreecommitdiff
path: root/camlp4/etc/parserify.ml
diff options
context:
space:
mode:
Diffstat (limited to 'camlp4/etc/parserify.ml')
-rw-r--r--camlp4/etc/parserify.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlp4/etc/parserify.ml b/camlp4/etc/parserify.ml
index c8ce441714..04040858d3 100644
--- a/camlp4/etc/parserify.ml
+++ b/camlp4/etc/parserify.ml
@@ -1,7 +1,7 @@
(* camlp4r q_MLast.cmo *)
(* $Id$ *)
-value loc = (0, 0);
+value loc = (Token.nowhere, Token.nowhere);
type spc =
[ SPCterm of (MLast.patt * option MLast.expr)