diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-05-29 11:09:20 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-05-29 11:09:20 +0000 |
commit | 51efb80ac1699a27e0003349bb766a430fbaf86a (patch) | |
tree | 998cb7e3d62f72b96e67ed90eb0f57c377653763 /dev | |
parent | 32d372f83a7797244b4e4d4f0d5791145bc615d1 (diff) |
Split Egrammar into Egramml and Egramcoq
Two gains:
- no Summary in Grammar.cma
- get rid of the hack concerning error_invalid_pattern_notation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15386 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r-- | dev/printers.mllib | 3 | ||||
-rw-r--r-- | dev/top_printers.ml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev/printers.mllib b/dev/printers.mllib index 545a1881f..928bfc494 100644 --- a/dev/printers.mllib +++ b/dev/printers.mllib @@ -139,7 +139,8 @@ Printer Pptactic Ppdecl_proof Tactic_printer -Egrammar +Egramml +Egramcoq Himsg Cerrors Locality diff --git a/dev/top_printers.ml b/dev/top_printers.ml index 4fd6171ac..2a2833caa 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -411,7 +411,8 @@ END open Pcoq open Genarg -open Egrammar +open Egramml +open Egramcoq let _ = try |