diff options
author | Andy Lester <andy@petdance.com> | 2006-04-15 19:29:36 -0500 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-16 13:43:01 +0000 |
commit | 4199688e3d699f53e17448d3bad6e93e57d49dcc (patch) | |
tree | 9667d257d8ef4381e46e10218217872bf54427d2 /proto.h | |
parent | aa0a69cb4bc6ac8103067b4dd5c2d09748f9d78d (diff) | |
download | perl-4199688e3d699f53e17448d3bad6e93e57d49dcc.tar.gz |
dump.c patch redux
Message-ID: <20060416052936.GA19143@petdance.com>
p4raw-id: //depot/perl@27845
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3673,6 +3673,9 @@ STATIC void S_debprof(pTHX_ const OP *o) STATIC void S_sequence(pTHX_ const OP *o); STATIC UV S_sequence_num(pTHX_ const OP *o); +STATIC SV* S_pm_description(pTHX_ const PMOP *pm) + __attribute__nonnull__(pTHX_1); + #endif #if defined(PERL_IN_SCOPE_C) || defined(PERL_DECL_PROT) |