From 00f429861cc6bae9110d82aac2512fe5e55342bc Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 30 Jul 2012 13:45:33 +0000 Subject: Bigint: avoid dependency over Pp git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15664 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/notation.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interp') diff --git a/interp/notation.ml b/interp/notation.ml index b93ad6bcc4..a088f9f8ec 100644 --- a/interp/notation.ml +++ b/interp/notation.ml @@ -383,7 +383,7 @@ let interp_prim_token_gen g loc p local_scopes = with Not_found -> user_err_loc (loc,"interp_prim_token", (match p with - | Numeral n -> str "No interpretation for numeral " ++ pr_bigint n + | Numeral n -> str "No interpretation for numeral " ++ str (to_string n) | String s -> str "No interpretation for string " ++ qs s) ++ str ".") let interp_prim_token = -- cgit v1.2.3