diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-10-04 10:39:05 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-04 10:39:05 +0000 |
commit | 94fcd414575e04d8b809003ba7bca1216090abff (patch) | |
tree | 93d8c0819fd0a005fe35ea7144eca38fd8ab0b59 /proto.h | |
parent | c58e738a0202cd01343a506a6f46375f9382b043 (diff) | |
download | perl-94fcd414575e04d8b809003ba7bca1216090abff.tar.gz |
S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a
macro. (Also slightly shrinks the object code for x86 with -Os)
p4raw-id: //depot/perl@32024
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3525,9 +3525,6 @@ STATIC I32 S_dopoptolabel(pTHX_ const char *label) STATIC I32 S_dopoptoloop(pTHX_ I32 startingblock) __attribute__warn_unused_result__; -STATIC I32 S_dopoptosub(pTHX_ I32 startingblock) - __attribute__warn_unused_result__; - STATIC I32 S_dopoptosub_at(pTHX_ const PERL_CONTEXT* cxstk, I32 startingblock) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_1); |