diff options
author | Andy Lester <andy@petdance.com> | 2006-05-02 08:38:15 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-03 08:57:45 +0000 |
commit | 294b3b3940051144b7e617afd7d93672b0fc2dfd (patch) | |
tree | a5b284cd86bff120284a6b66255a4971dc917c2c /proto.h | |
parent | 9a206dfdc969fdaf131056ef8a692a173aecaea4 (diff) | |
download | perl-294b3b3940051144b7e617afd7d93672b0fc2dfd.tar.gz |
clean up loops in doio.c and dump.c
Message-ID: <20060502183815.GA7979@petdance.com>
p4raw-id: //depot/perl@28077
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3681,6 +3681,7 @@ STATIC void S_debprof(pTHX_ const OP *o) __attribute__nonnull__(pTHX_1); STATIC void S_sequence(pTHX_ const OP *o); +STATIC void S_sequence_tail(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); |