aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/dp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dp')
-rw-r--r--contrib/dp/dp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dp/dp.ml b/contrib/dp/dp.ml
index b2669d317..f25794e80 100644
--- a/contrib/dp/dp.ml
+++ b/contrib/dp/dp.ml
@@ -172,7 +172,7 @@ let rec_names_for c =
| Name id ->
let c' = Names.make_con mp dp (label_of_id id) in
ignore (Global.lookup_constant c');
- msgnl (Ppconstrnew.pr_term (mkConst c'));
+ msgnl (Ppconstr.pr_term (mkConst c'));
c'
| Anonymous ->
raise Not_found)