diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-27 17:03:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-27 17:03:59 +0000 |
commit | 58182927067ecc460e3d1befd5302093f53edafd (patch) | |
tree | b95a94b7e9fa78a22ee0bca7791d6f08532a6f66 /embed.fnc | |
parent | 392d04bb758cd08529ab92bc6bac169774c64676 (diff) | |
download | perl-58182927067ecc460e3d1befd5302093f53edafd.tar.gz |
newPADOP()'s sv parameter is never NULL, so mark it as so.
(Well, in theory it could be NULL if someone is creating ops during
symbol table destruction, but snowballs in hell, etc.
This is usually the point where Jarkko observes that the aliens are
looking for a free slot in their diaries...)
p4raw-id: //depot/perl@30034
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -567,7 +567,7 @@ ApaR |HV* |newHVhv |NULLOK HV* hv Apa |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|NULLOK SV* sv +Apa |OP* |newPADOP |I32 type|I32 flags|NN SV* sv #endif Apa |OP* |newPMOP |I32 type|I32 flags Apa |OP* |newPVOP |I32 type|I32 flags|NULLOK char* pv |