summaryrefslogtreecommitdiff
path: root/parsing/tacextend.ml4
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:48 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-08-08 13:18:48 +0200
commitbd4bb27ee4f66b08434d9a199f00b04ccec34722 (patch)
treeee389e744201c32fc4e74eadc34e0227c4008b5d /parsing/tacextend.ml4
parentdb4ea6ddcbeb0dea41267dc87a30b76a01e402af (diff)
parent870075f34dd9fa5792bfbf413afd3b96f17e76a0 (diff)
Merge commit 'upstream/8.2.beta4+dfsg'
Diffstat (limited to 'parsing/tacextend.ml4')
-rw-r--r--parsing/tacextend.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/tacextend.ml4 b/parsing/tacextend.ml4
index 3d71af84..695677a3 100644
--- a/parsing/tacextend.ml4
+++ b/parsing/tacextend.ml4
@@ -8,7 +8,7 @@
(*i camlp4use: "pa_extend.cmo q_MLast.cmo" i*)
-(* $Id: tacextend.ml4 10091 2007-08-24 10:57:37Z herbelin $ *)
+(* $Id: tacextend.ml4 11309 2008-08-06 10:30:35Z herbelin $ *)
open Util
open Genarg
@@ -206,7 +206,7 @@ EXTEND
let t, g = Q_util.interp_entry_name loc e sep in
TacNonTerm (loc, t, g, Some s)
| s = STRING ->
- if s = "" then Util.user_err_loc (loc,"",Pp.str "Empty terminal");
+ if s = "" then Util.user_err_loc (loc,"",Pp.str "Empty terminal.");
TacTerm s
] ]
;