aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/tok.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-07-03 19:53:33 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-07-03 20:47:29 +0200
commit2b6dd2ff132a74ba247609191c344dda991e3b84 (patch)
treecbe1a8e7c01558bb0ef0b4cdc06ab926992e953c /parsing/tok.mli
parent4349cd9fea36fafb857b117865a5edf8ae1e3b08 (diff)
Remove lexing of ordinal notations.
This was implemented in anticipation of a part of PR#164 that we decided not to merge.
Diffstat (limited to 'parsing/tok.mli')
-rw-r--r--parsing/tok.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/parsing/tok.mli b/parsing/tok.mli
index 54b747952..b9286c53e 100644
--- a/parsing/tok.mli
+++ b/parsing/tok.mli
@@ -14,7 +14,6 @@ type t =
| IDENT of string
| FIELD of string
| INT of string
- | INDEX of string
| STRING of string
| LEFTQMARK
| BULLET of string