summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-08-08 15:01:48 +0100
committerNicholas Clark <nick@ccl4.org>2009-08-08 17:54:36 +0100
commit85dca89a8f321bc581a3d365d95ab0c56368ed78 (patch)
treeca2336c2dad9d00e09d0201a98a2bb4107890f3f /embed.fnc
parentd5713896ecd1399c9c6c4076514a33eb2880d8c3 (diff)
downloadperl-85dca89a8f321bc581a3d365d95ab0c56368ed78.tar.gz
Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type()
and tweaking Perl_sv_upgrade().
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 3ada68ac1f..71bb983eb7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -682,7 +682,7 @@ Apa |OP* |newGVREF |I32 type|NULLOK OP* o
ApaR |OP* |newHVREF |NN OP* o
AmdbR |HV* |newHV
ApaR |HV* |newHVhv |NULLOK HV *hv
-Apa |IO* |newIO
+Apabm |IO* |newIO
Apa |OP* |newLISTOP |I32 type|I32 flags|NULLOK OP* first|NULLOK OP* last
#ifdef USE_ITHREADS
Apa |OP* |newPADOP |I32 type|I32 flags|NN SV* sv