summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-04-15 19:29:36 -0500
committerSteve Peters <steve@fisharerojo.org>2006-04-16 13:43:01 +0000
commit4199688e3d699f53e17448d3bad6e93e57d49dcc (patch)
tree9667d257d8ef4381e46e10218217872bf54427d2 /proto.h
parentaa0a69cb4bc6ac8103067b4dd5c2d09748f9d78d (diff)
downloadperl-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 1cd6131be1..4808040f65 100644
--- a/proto.h
+++ b/proto.h
@@ -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)