aboutsummaryrefslogtreecommitdiffhomepage
path: root/grammar
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-07-02 19:00:39 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-07-02 20:01:39 +0200
commita4306c357407c8d5e10eb35bb270f4bde5287c78 (patch)
tree812077f5e9c25c197bc40341921c0c661d390e7f /grammar
parent48d7337f0d685efe11b1ec2a7fd3d68bdedf0d60 (diff)
Remove the hardcoded compatibility wit_hyp -> wit_var from the parser.
Diffstat (limited to 'grammar')
-rw-r--r--grammar/coqpp_parse.mly1
1 files changed, 0 insertions, 1 deletions
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