This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b9d0b1
)
add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 27 May 2005 13:15:36 +0000
(16:15 +0300)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Fri, 27 May 2005 10:06:25 +0000
(10:06 +0000)
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A1CD
@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@24595
perl.h
patch
|
blob
|
blame
|
history
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"