summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index e97d5dbc30..bdcc615fd4 100644
--- a/embed.h
+++ b/embed.h
@@ -1300,7 +1300,6 @@
#define dopoptogiven S_dopoptogiven
#define dopoptolabel S_dopoptolabel
#define dopoptoloop S_dopoptoloop
-#define dopoptosub S_dopoptosub
#define dopoptosub_at S_dopoptosub_at
#define dopoptowhen S_dopoptowhen
#define save_lines S_save_lines
@@ -3581,7 +3580,6 @@
#define dopoptogiven(a) S_dopoptogiven(aTHX_ a)
#define dopoptolabel(a) S_dopoptolabel(aTHX_ a)
#define dopoptoloop(a) S_dopoptoloop(aTHX_ a)
-#define dopoptosub(a) S_dopoptosub(aTHX_ a)
#define dopoptosub_at(a,b) S_dopoptosub_at(aTHX_ a,b)
#define dopoptowhen(a) S_dopoptowhen(aTHX_ a)
#define save_lines(a,b) S_save_lines(aTHX_ a,b)