diff options
| author | Emilio Jesus Gallego Arias | 2020-02-21 16:27:00 -0500 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-02-21 16:27:00 -0500 |
| commit | 7ef010c50c9d8efcd20d44807126efcd418c4e0d (patch) | |
| tree | 3ea883b38fdc81c0b6d29a5a0cc44cd233e0b032 /parsing/notation_gram.ml | |
| parent | 6aa5057f98c0196a5897ca82699125a5a16bf22b (diff) | |
| parent | d69d5ec6116ca36dba623c474273f30744ce2c48 (diff) | |
Merge PR #11590: Fixes #9741: only printing notations do not uselessly reserve parsing keywords
Reviewed-by: ejgallego
Diffstat (limited to 'parsing/notation_gram.ml')
| -rw-r--r-- | parsing/notation_gram.ml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/parsing/notation_gram.ml b/parsing/notation_gram.ml index 9f133ca9d4..ffc92fa53a 100644 --- a/parsing/notation_gram.ml +++ b/parsing/notation_gram.ml @@ -37,7 +37,4 @@ type one_notation_grammar = { notgram_prods : grammar_constr_prod_item list list; } -type notation_grammar = { - notgram_onlyprinting : bool; - notgram_rules : one_notation_grammar list -} +type notation_grammar = one_notation_grammar list |
