summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-11-20 16:40:59 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2021-11-29 10:35:46 +0000
commit6a2e756f8693f753bad68e1827d8eee014636c86 (patch)
treedc1908e352075eaf47d2e34f8babff880ec18dd6 /embed.h
parent2a98b8cbbc6f75b5aaefb10acc4da4427359fcea (diff)
downloadperl-6a2e756f8693f753bad68e1827d8eee014636c86.tar.gz
Add a builtin:: namespace, with true/false/isbool
This finishes the perl-visible API required for RFC 0008 https://github.com/Perl/RFCs/blob/master/rfcs/rfc0008.md It also begins the "builtin::" namespace of RFC 0009 https://github.com/Perl/RFCs/blob/master/rfcs/rfc0009.md
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 982d2d211b..43456816f8 100644
--- a/embed.h
+++ b/embed.h
@@ -1241,6 +1241,7 @@
#define bind_match(a,b,c) Perl_bind_match(aTHX_ a,b,c)
#define boot_core_PerlIO() Perl_boot_core_PerlIO(aTHX)
#define boot_core_UNIVERSAL() Perl_boot_core_UNIVERSAL(aTHX)
+#define boot_core_builtin() Perl_boot_core_builtin(aTHX)
#define boot_core_mro() Perl_boot_core_mro(aTHX)
#define cando(a,b,c) Perl_cando(aTHX_ a,b,c)
#define check_utf8_print(a,b) Perl_check_utf8_print(aTHX_ a,b)