summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>1998-03-15 20:09:05 +0100
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-16 16:18:35 +0000
commit5476c4332a5540db7fc38bfabed95022b6c04b1b (patch)
tree151a7f6b71dfab363c9ed5dbf468b9c674b8ab36 /embed.h
parent2ce36478e58aef6258082c58568c0f469f8eb69c (diff)
downloadperl-5476c4332a5540db7fc38bfabed95022b6c04b1b.tar.gz
newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
Subject: Bundling builtin.pm and newCONSTSUB with the core? p4raw-id: //depot/perl@821
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index caea84b2d7..64e464d58c 100644
--- a/embed.h
+++ b/embed.h
@@ -367,6 +367,7 @@
#define newAVREF Perl_newAVREF
#define newBINOP Perl_newBINOP
#define newCONDOP Perl_newCONDOP
+#define newCONSTSUB Perl_newCONSTSUB
#define newCVREF Perl_newCVREF
#define newFORM Perl_newFORM
#define newFOROP Perl_newFOROP