From 67c294eba2b62b1cc0ffa8fe01687ea99bb1d64c Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 24 Feb 2007 14:17:54 +0000 Subject: Suppression d'un résidu de la syntaxe v7 (Print Grammar avec univ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9677 85f007b7-540e-0410-9357-904b9bb8a0f7 --- parsing/ppvernac.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'parsing/ppvernac.ml') diff --git a/parsing/ppvernac.ml b/parsing/ppvernac.ml index 1b8123695..7d4104db3 100644 --- a/parsing/ppvernac.ml +++ b/parsing/ppvernac.ml @@ -788,8 +788,7 @@ let rec pr_vernac = function | PrintFullContext -> str"Print All" | PrintSectionContext s -> str"Print Section" ++ spc() ++ Libnames.pr_reference s - | PrintGrammar (uni,ent) -> - msgerrnl (str "warning: no direct translation of Print Grammar entry"); + | PrintGrammar ent -> str"Print Grammar" ++ spc() ++ str ent | PrintLoadPath -> str"Print LoadPath" | PrintModules -> str"Print Modules" -- cgit v1.2.3