aboutsummaryrefslogtreecommitdiffhomepage
path: root/grammar/argextend.mlp
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/argextend.mlp')
-rw-r--r--grammar/argextend.mlp4
1 files changed, 2 insertions, 2 deletions
diff --git a/grammar/argextend.mlp b/grammar/argextend.mlp
index eaaa7f025..d0ab5d803 100644
--- a/grammar/argextend.mlp
+++ b/grammar/argextend.mlp
@@ -180,8 +180,8 @@ let declare_vernac_argument loc s pr cl =
<:str_item< do {
Pptactic.declare_extra_genarg_pprule $wit$
$pr_rules$
- (fun _ _ _ _ -> Errors.anomaly (Pp.str "vernac argument needs not globwit printer"))
- (fun _ _ _ _ -> Errors.anomaly (Pp.str "vernac argument needs not wit printer")) }
+ (fun _ _ _ _ -> CErrors.anomaly (Pp.str "vernac argument needs not globwit printer"))
+ (fun _ _ _ _ -> CErrors.anomaly (Pp.str "vernac argument needs not wit printer")) }
>> ]
open Pcaml