summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-02 08:38:15 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-03 08:57:45 +0000
commit294b3b3940051144b7e617afd7d93672b0fc2dfd (patch)
treea5b284cd86bff120284a6b66255a4971dc917c2c /proto.h
parent9a206dfdc969fdaf131056ef8a692a173aecaea4 (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index dcffdaf800..db1b75f450 100644
--- a/proto.h
+++ b/proto.h
@@ -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);