summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-08 13:40:48 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-08 13:40:48 +0000
commit1dba731d9f7b0a03b8cecb69b9d80500a283425e (patch)
tree8ef86d80db20e147b6170a449e303a7b1c1c194d /proto.h
parent69f571849d518b6e7953b40abe5d05d244a0d6f9 (diff)
downloadperl-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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index c836e4a643..a6acf13618 100644
--- a/proto.h
+++ b/proto.h
@@ -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
/*