This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
MAXPATHLEN.
[perl5.git] / cv.h
diff --git a/cv.h b/cv.h
index f78b5a4..c7c7a73 100644 (file)
--- a/cv.h
+++ b/cv.h
@@ -21,7 +21,7 @@ struct xpvcv {
     HV *       xcv_stash;
     OP *       xcv_start;
     OP *       xcv_root;
-    void      (*xcv_xsub) _((CPERLproto_ CV*));
+    void      (*xcv_xsub) _((CV* _CPERLproto));
     ANY                xcv_xsubany;
     GV *       xcv_gv;
     GV *       xcv_filegv;