diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-08 13:40:48 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-08 13:40:48 +0000 |
commit | 1dba731d9f7b0a03b8cecb69b9d80500a283425e (patch) | |
tree | 8ef86d80db20e147b6170a449e303a7b1c1c194d /proto.h | |
parent | 69f571849d518b6e7953b40abe5d05d244a0d6f9 (diff) | |
download | perl-1dba731d9f7b0a03b8cecb69b9d80500a283425e.tar.gz |
Add MAD changes to pad code (new function Perl_pad_peg)
p4raw-id: //depot/perl@27419
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4268,6 +4268,11 @@ PERL_CALLCONV void* Perl_my_cxt_init(pTHX_ int *index, size_t size) #endif +#ifdef PERL_MAD +PERL_CALLCONV void Perl_pad_peg(const char* s) + __attribute__nonnull__(1); + +#endif END_EXTERN_C /* |