From eb9216e544cb5fce4347052f42e9452a822c2f64 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 26 Apr 2016 12:17:42 +0200 Subject: Revert "Honor parsing and printing levels for tactic entry in TACTIC EXTEND and" This reverts commit fb1b7b084bcbbbc176040fcadeac00aee6b1e462. --- grammar/q_util.ml4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'grammar') diff --git a/grammar/q_util.ml4 b/grammar/q_util.ml4 index 8a876de9b..c529260e9 100644 --- a/grammar/q_util.ml4 +++ b/grammar/q_util.ml4 @@ -79,8 +79,7 @@ let rec type_of_user_symbol = function ListArgType (type_of_user_symbol s) | Uopt s -> OptArgType (type_of_user_symbol s) -| Uentry e -> ExtraArgType e -| Uentryl (e, n) -> ExtraArgType (e ^ string_of_int n) +| Uentry e | Uentryl (e, _) -> ExtraArgType e let coincide s pat off = let len = String.length pat in -- cgit v1.2.3