summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-11-17 08:34:52 +0000
committerNicholas Clark <nick@ccl4.org>2010-11-17 08:36:37 +0000
commit7bff8c334b79055a65ea37cb51de6d9629880b6c (patch)
treef73a3596596171fcd0a666eaafd6aedd21c2dcdd /embed.h
parentd90d5a3845e854b868ede5476fd329d1fb85fd46 (diff)
downloadperl-7bff8c334b79055a65ea37cb51de6d9629880b6c.tar.gz
Convert newSUB() to a macro wrapping Perl_newATTRSUB()
Provide a Perl_newSUB() function in mathoms.c for anyone referencing it by its full name.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 279683b192..42515dfd34 100644
--- a/embed.h
+++ b/embed.h
@@ -334,7 +334,6 @@
#define newRV_noinc(a) Perl_newRV_noinc(aTHX_ a)
#define newSLICEOP(a,b,c) Perl_newSLICEOP(aTHX_ a,b,c)
#define newSTATEOP(a,b,c) Perl_newSTATEOP(aTHX_ a,b,c)
-#define newSUB(a,b,c,d) Perl_newSUB(aTHX_ a,b,c,d)
#define newSV(a) Perl_newSV(aTHX_ a)
#define newSVOP(a,b,c) Perl_newSVOP(aTHX_ a,b,c)
#define newSVREF(a) Perl_newSVREF(aTHX_ a)