diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-09 12:24:10 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-09 12:24:10 +0100 |
commit | 290a1700e93ef27ce72cc7ca2c43896e02fb9c8d (patch) | |
tree | 21294eca833641b86861619b821806c9e727b5d2 /embed.fnc | |
parent | 997daa56862a0fc771141f2bb18cab1d4d6fe8e3 (diff) | |
download | perl-290a1700e93ef27ce72cc7ca2c43896e02fb9c8d.tar.gz |
Remove now-unused parameters from S_gv_magicalize_isa().
997daa56862a0fc7 eliminated the need for passing these in.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1507,7 +1507,7 @@ sR |I32 |do_trans_complex_utf8 |NN SV * const sv #if defined(PERL_IN_GV_C) s |void |gv_init_sv |NN GV *gv|const svtype sv_type -s |void |gv_magicalize_isa |NN GV *gv|NN const char *nambeg|I32 add +s |void |gv_magicalize_isa |NN GV *gv s |void |gv_magicalize_overload |NN GV *gv s |HV* |gv_get_super_pkg|NN const char* name|I32 namelen s |HV* |require_tie_mod|NN GV *gv|NN const char *varpv|NN SV* namesv \ |