summaryrefslogtreecommitdiff
path: root/embed.fnc
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 /embed.fnc
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 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 03fffa4734..02dc1ab8bb 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1319,7 +1319,6 @@ sR |I32 |dopoptoeval |I32 startingblock
sR |I32 |dopoptogiven |I32 startingblock
sR |I32 |dopoptolabel |NN const char *label
sR |I32 |dopoptoloop |I32 startingblock
-sR |I32 |dopoptosub |I32 startingblock
sR |I32 |dopoptosub_at |NN const PERL_CONTEXT* cxstk|I32 startingblock
sR |I32 |dopoptowhen |I32 startingblock
s |void |save_lines |NULLOK AV *array|NN SV *sv