diff options
author | Andy Lester <andy@petdance.com> | 2006-05-14 18:15:18 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-16 13:09:17 +0000 |
commit | 9674d46a132a274aad55231acfd004cbf1e42f04 (patch) | |
tree | 7f1d2c433fd7864686a24afa9bfb7686bab2a012 /proto.h | |
parent | d0e36aa98afbfc3010e3967466f74fb90a5f87db (diff) | |
download | perl-9674d46a132a274aad55231acfd004cbf1e42f04.tar.gz |
refactoring out S_regoptail
Message-ID: <20060515041518.GA15745@petdance.com>
p4raw-id: //depot/perl@28205
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3538,11 +3538,6 @@ STATIC void S_reginsert(pTHX_ struct RExC_state_t *state, U8 op, regnode *opnd) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_3); -STATIC void S_regoptail(pTHX_ const struct RExC_state_t *state, regnode *p, const regnode *val) - __attribute__nonnull__(pTHX_1) - __attribute__nonnull__(pTHX_2) - __attribute__nonnull__(pTHX_3); - STATIC void S_regtail(pTHX_ const struct RExC_state_t *state, regnode *p, const regnode *val) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2) |