aboutsummaryrefslogtreecommitdiff
path: root/gramlib
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-24 17:34:04 +0100
committerPierre-Marie Pédrot2018-12-05 17:57:45 +0100
commitd85a200cb8fca964bb7428ca6a607cfc9dc83c79 (patch)
treefd4f504b295b98462987be3b080f417675010d52 /gramlib
parent7a4e5d8d246559e916f4bc34a12404104e941ad4 (diff)
Removing dead fields from Plexing.lexer.
Diffstat (limited to 'gramlib')
-rw-r--r--gramlib/plexing.ml2
-rw-r--r--gramlib/plexing.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/gramlib/plexing.ml b/gramlib/plexing.ml
index 3b158ebcc4..f99a3c2480 100644
--- a/gramlib/plexing.ml
+++ b/gramlib/plexing.ml
@@ -15,4 +15,4 @@ type 'te lexer =
tok_removing : pattern -> unit;
tok_match : pattern -> 'te -> string;
tok_text : pattern -> string;
- tok_comm : Loc.t list option }
+ }
diff --git a/gramlib/plexing.mli b/gramlib/plexing.mli
index e09188763c..eed4082e00 100644
--- a/gramlib/plexing.mli
+++ b/gramlib/plexing.mli
@@ -30,7 +30,7 @@ type 'te lexer =
tok_removing : pattern -> unit;
tok_match : pattern -> 'te -> string;
tok_text : pattern -> string;
- tok_comm : Loc.t list option }
+ }
and 'te lexer_func = char Stream.t -> 'te Stream.t * location_function
and location_function = int -> Loc.t
(** The type of a function giving the location of a token in the