summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-27 17:03:59 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-27 17:03:59 +0000
commit58182927067ecc460e3d1befd5302093f53edafd (patch)
treeb95a94b7e9fa78a22ee0bca7791d6f08532a6f66 /embed.fnc
parent392d04bb758cd08529ab92bc6bac169774c64676 (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index a51b6b07a6..5c33ad955e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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