summaryrefslogtreecommitdiffstats
path: root/Keyword.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Keyword.xs')
-rw-r--r--Keyword.xs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Keyword.xs b/Keyword.xs
index 4a094e4..05d42c6 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -3,6 +3,10 @@
#include "callparser1.h"
#include "XSUB.h"
+#ifndef cv_clone
+#define cv_clone(a) Perl_cv_clone(aTHX_ a)
+#endif
+
#define REENTER_PARSER STMT_START { \
ENTER; \
PL_curcop = &PL_compiling; \