diff options
| author | Vincent Laporte | 2018-09-06 17:26:47 +0200 |
|---|---|---|
| committer | Vincent Laporte | 2018-09-06 17:26:47 +0200 |
| commit | 1877e1235c63ff3bbc958e5a79fa052ac852071c (patch) | |
| tree | fb8c472cdf49424b9d6b4d83da84299ce2f6e2bb /coqpp/coqpp_parse.mly | |
| parent | af30a9a70221d8dee3b837664d372becbbf71762 (diff) | |
deprecation is CODE instead of IDENT
Diffstat (limited to 'coqpp/coqpp_parse.mly')
| -rw-r--r-- | coqpp/coqpp_parse.mly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coqpp/coqpp_parse.mly b/coqpp/coqpp_parse.mly index 5dc8f9374a..bf435fd247 100644 --- a/coqpp/coqpp_parse.mly +++ b/coqpp/coqpp_parse.mly @@ -114,7 +114,7 @@ tactic_extend: tactic_deprecated: | { None } -| DEPRECATED IDENT { Some $2 } +| DEPRECATED CODE { Some $2 } ; tactic_level: |
