From a4306c357407c8d5e10eb35bb270f4bde5287c78 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 2 Jul 2018 19:00:39 +0200 Subject: Remove the hardcoded compatibility wit_hyp -> wit_var from the parser. --- grammar/coqpp_parse.mly | 1 - 1 file changed, 1 deletion(-) (limited to 'grammar') diff --git a/grammar/coqpp_parse.mly b/grammar/coqpp_parse.mly index d7fcc122c..baafd633c 100644 --- a/grammar/coqpp_parse.mly +++ b/grammar/coqpp_parse.mly @@ -42,7 +42,6 @@ let parse_user_entry s sep = let rec parse s sep = function | [] -> let () = without_sep ignore sep () in - let s = match s with "hyp" -> "var" | _ -> s in begin match starts s "tactic" with | Some ("0"|"1"|"2"|"3"|"4"|"5") -> Uentryl ("tactic", int_of_string s) | Some _ | None -> Uentry s -- cgit v1.2.3