diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-09-11 21:27:43 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-09-11 21:27:43 +0000 |
commit | d43aa7f92b1a0cc0cbce5336d185006ba5ae1b4b (patch) | |
tree | 932d418e6b8e3b8e9785d4664b40cee6f0a881d8 /embed.fnc | |
parent | 4a9e32d883a2352f4baeab6cfa9a5ebeadedb121 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |