summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
Diffstat (limited to 'op.h')
-rw-r--r--op.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/op.h b/op.h
index 7ae65d73dc..1c9375c299 100644
--- a/op.h
+++ b/op.h
@@ -540,6 +540,11 @@ struct loop {
/* used in perly.y */
#define ref(o, type) doref(o, type, TRUE)
+/* no longer used anywhere in core */
+#ifndef PERL_CORE
+#define cv_ckproto(cv, gv, p) cv_ckproto_len(cv, gv, p, p ? strlen(p) : 0)
+#endif
+
#ifdef USE_REENTRANT_API
#include "reentr.h"
#endif