summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-10-04 10:39:05 +0000
committerNicholas Clark <nick@ccl4.org>2007-10-04 10:39:05 +0000
commit94fcd414575e04d8b809003ba7bca1216090abff (patch)
tree93d8c0819fd0a005fe35ea7144eca38fd8ab0b59 /proto.h
parentc58e738a0202cd01343a506a6f46375f9382b043 (diff)
downloadperl-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index 28cfdef79f..69bf68134d 100644
--- a/proto.h
+++ b/proto.h
@@ -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);