aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/pcoq.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/pcoq.ml4')
-rw-r--r--parsing/pcoq.ml49
1 files changed, 2 insertions, 7 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4
index e11cdd96f..087bfc5b7 100644
--- a/parsing/pcoq.ml4
+++ b/parsing/pcoq.ml4
@@ -32,14 +32,9 @@ module L =
module G = Grammar.GMake(L)
-ELSE
+ELSE (* official camlp4 of ocaml >= 3.10 *)
-module L =
- struct
- let lexer = Lexer.lexer
- end
-
-module G = Grammar.Make(L)
+TODO
END