summaryrefslogtreecommitdiffstats
path: root/camlp4/ocaml_src/lib/token.ml
diff options
context:
space:
mode:
Diffstat (limited to 'camlp4/ocaml_src/lib/token.ml')
-rw-r--r--camlp4/ocaml_src/lib/token.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/camlp4/ocaml_src/lib/token.ml b/camlp4/ocaml_src/lib/token.ml
index 63f09bc19..67aaffdec 100644
--- a/camlp4/ocaml_src/lib/token.ml
+++ b/camlp4/ocaml_src/lib/token.ml
@@ -26,7 +26,8 @@ type 'te glexer =
tok_using : pattern -> unit;
tok_removing : pattern -> unit;
tok_match : pattern -> 'te -> string;
- tok_text : pattern -> string }
+ tok_text : pattern -> string;
+ mutable tok_comm : location list option }
;;
type lexer =
{ func : t lexer_func;