summaryrefslogtreecommitdiff
path: root/embed.fnc
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.fnc
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.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 84155ff323..8c308f688a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -666,6 +666,7 @@ ApR |U8 |block_gimme
: Used in perly.y
ApdR |int |block_start |int full
Aodxp |void |blockhook_register |NN BHK *hk
+p |void |boot_core_builtin
: Used in perl.c
p |void |boot_core_UNIVERSAL
: Used in perl.c