diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-03-17 15:58:45 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-03-17 15:58:45 +0000 |
commit | 6407bf3bededaf57267b14aadbfe114045362404 (patch) | |
tree | c9b7d393240c9272e6bead655967affbdf93f282 /proto.h | |
parent | d83f0a8247ea7458731c8479d8cbf3ee1fa81243 (diff) | |
download | perl-6407bf3bededaf57267b14aadbfe114045362404.tar.gz |
inline, then delete, S_regrepeat_hard()
p4raw-id: //depot/perl@27534
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3597,11 +3597,6 @@ STATIC I32 S_regrepeat(pTHX_ const regnode *p, I32 max) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_1); -STATIC I32 S_regrepeat_hard(pTHX_ regnode *p, I32 max, I32 *lp) - __attribute__warn_unused_result__ - __attribute__nonnull__(pTHX_1) - __attribute__nonnull__(pTHX_3); - STATIC I32 S_regtry(pTHX_ regexp *prog, char *startpos) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_1) |