add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
Jarkko Hietaniemi [Fri, 27 May 2005 13:15:36 +0000 (16:15 +0300)]
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@24595

perl.h

diff --git a/perl.h b/perl.h
index a82e0b1..9aaf7b4 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -3957,8 +3957,8 @@ struct tempsym; /* defined in pp_pack.c */
 #endif
 #undef PERL_CKDEF
 #undef PERL_PPDEF
-#define PERL_CKDEF(s)  OP *s (pTHX_ OP *o);
-#define PERL_PPDEF(s)  OP *s (pTHX);
+#define PERL_CKDEF(s)  PERL_CALLCONV OP *s (pTHX_ OP *o);
+#define PERL_PPDEF(s)  PERL_CALLCONV OP *s (pTHX);
 
 #include "proto.h"