aboutsummaryrefslogtreecommitdiff
path: root/pretyping
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping')
-rw-r--r--pretyping/tacred.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/tacred.ml b/pretyping/tacred.ml
index cfd2d919c6..1edeb78f8f 100644
--- a/pretyping/tacred.ml
+++ b/pretyping/tacred.ml
@@ -424,7 +424,7 @@ let rec substlin env name n ol c =
with
NotEvaluableConst _ ->
errorlabstrm "substlin"
- [< print_sp sp; 'sTR " is not a defined constant" >]
+ [< pr_sp sp; 'sTR " is not a defined constant" >]
else
((n+1),ol,c)