summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2013-11-01 20:12:53 -0400
committerFather Chrysostomos <sprout@cpan.org>2013-11-04 14:07:33 -0800
commite2051532106d99a4928bf7d13194edd2ac1f7b1a (patch)
treee24d17226cfb943ef61964615a24e32d989c0712 /embed.h
parent6dab85637d8f61aea9028318a712db8b575f1a36 (diff)
downloadperl-e2051532106d99a4928bf7d13194edd2ac1f7b1a.tar.gz
Move the function to set $^X to its own file
This also moves the indirect dependency on stdbool.h to its own file, rather than being pulled in for all of perl.c, for those cases where one may want to test using other definitions of bool.
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 3dd7978603..eb945432cc 100644
--- a/embed.h
+++ b/embed.h
@@ -1233,6 +1233,7 @@
#define sawparens(a) Perl_sawparens(aTHX_ a)
#define scalar(a) Perl_scalar(aTHX_ a)
#define scalarvoid(a) Perl_scalarvoid(aTHX_ a)
+#define set_caret_X() Perl_set_caret_X(aTHX)
#define sub_crush_depth(a) Perl_sub_crush_depth(aTHX_ a)
#define sv_2num(a) Perl_sv_2num(aTHX_ a)
#define sv_clean_all() Perl_sv_clean_all(aTHX)