summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-09-11 21:27:43 +0000
committerNicholas Clark <nick@ccl4.org>2008-09-11 21:27:43 +0000
commitd43aa7f92b1a0cc0cbce5336d185006ba5ae1b4b (patch)
tree932d418e6b8e3b8e9785d4664b40cee6f0a881d8 /embed.fnc
parent4a9e32d883a2352f4baeab6cfa9a5ebeadedb121 (diff)
downloadperl-d43aa7f92b1a0cc0cbce5336d185006ba5ae1b4b.tar.gz
The stash argument to S_isa_lookup() actually never is NULL.
p4raw-id: //depot/perl@34351
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 368857cd62..d680a5b344 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1660,7 +1660,7 @@ s |void |printbuf |NN const char *const fmt|NN const char *const s
#endif
#if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT)
-s |bool|isa_lookup |NULLOK HV *stash|NN const char * const name
+s |bool|isa_lookup |NN HV *stash|NN const char * const name
#endif
#if defined(PERL_IN_LOCALE_C) || defined(PERL_DECL_PROT)