summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2007-05-09 06:49:13 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-09 17:20:35 +0000
commit810e611394e65af2f8be3aaa197ca7d2ca61e563 (patch)
tree4729ec50b870c5cd330a6735fa1b0cd1bdce7dea /embed.fnc
parent9ff703dd13e95d1b87541d7c0507f117841b1046 (diff)
downloadperl-810e611394e65af2f8be3aaa197ca7d2ca61e563.tar.gz
Remove unused parms in S_isa_lookup
Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com> p4raw-id: //depot/perl@31185
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 addde2c7a8..fcb5b56653 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1550,7 +1550,7 @@ s |void |printbuf |NN const char* fmt|NN const char* s
#endif
#if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT)
-s |bool|isa_lookup |NULLOK HV *stash|NN const char *name|NULLOK const HV * const name_stash|int len|int level
+s |bool|isa_lookup |NULLOK HV *stash|NN const char * const name|NULLOK const HV * const name_stash
#endif
#if defined(PERL_IN_LOCALE_C) || defined(PERL_DECL_PROT)