summaryrefslogtreecommitdiff
path: root/parsing/g_decl_mode.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/g_decl_mode.ml4')
-rw-r--r--parsing/g_decl_mode.ml46
1 files changed, 4 insertions, 2 deletions
diff --git a/parsing/g_decl_mode.ml4 b/parsing/g_decl_mode.ml4
index 5c7b40af..61c3474d 100644
--- a/parsing/g_decl_mode.ml4
+++ b/parsing/g_decl_mode.ml4
@@ -6,8 +6,11 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id$ *)
(*i camlp4deps: "parsing/grammar.cma" i*)
+(*i camlp4use: "pa_extend.cmo q_MLast.cmo" i*)
+
+(* $Id: g_decl_mode.ml4 10739 2008-04-01 14:45:20Z herbelin $ *)
+
open Decl_expr
open Names
@@ -28,7 +31,6 @@ GLOBAL: proof_instr;
thesis :
[[ "thesis" -> Plain
| "thesis"; "for"; i=ident -> (For i)
- | "thesis"; "["; n=INT ;"]" -> (Sub (int_of_string n))
]];
statement :
[[ i=ident ; ":" ; c=constr -> {st_label=Name i;st_it=c}