diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-08 15:01:48 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-08 17:54:36 +0100 |
commit | 85dca89a8f321bc581a3d365d95ab0c56368ed78 (patch) | |
tree | ca2336c2dad9d00e09d0201a98a2bb4107890f3f /embed.fnc | |
parent | d5713896ecd1399c9c6c4076514a33eb2880d8c3 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |