diff options
| author | herbelin | 2000-01-07 22:29:58 +0000 |
|---|---|---|
| committer | herbelin | 2000-01-07 22:29:58 +0000 |
| commit | 049b4a8040e62e6734cb891f62881bafc81d936d (patch) | |
| tree | bd09c76bf5561ddc17c37eef425866e2c9ce1934 /dev/include | |
| parent | 70cb424b02e3c8774c4b6c04b3c2d3b68138cbef (diff) | |
Restructuration printer et parser
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@270 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/include')
| -rw-r--r-- | dev/include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/include b/dev/include index 2224652db4..0603fed6f2 100644 --- a/dev/include +++ b/dev/include @@ -10,7 +10,7 @@ #install_printer (* pattern *) pppattern;; #install_printer (* rawconstr *) pprawterm;; -#install_printer (* constr *) ppterm0;; +#install_printer (* constr *) ppterm;; #install_printer (* universe *) print_uni;; #install_printer (* universes *) pp_universes;; #install_printer (* type_judgement*) pptype;; |
