This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Removed duplicated code (in pp.c and mg.c) by introducing
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 19 Aug 1999 12:49:41 +0000 (12:49 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 19 Aug 1999 12:49:41 +0000 (12:49 +0000)
commit81e118e078828ea41cd654ee18f4193484a89cf3
tree62637e08be5499f11f20df252b484d835c58e171
parent41bd693c38b93b50972065296573f26c13cc43d1
Removed duplicated code (in pp.c and mg.c) by introducing
do_vecget().  NOTE: the calling convention of do_vecset()
changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
in pp_vec() is no more multiplied by `size' in pp_vec(),
the multiplication is now done in do_vecset().

Also fix a cpp thinko in change #4002.

p4raw-link: @4002 on //depot/cfgperl: 24db6c0d56fddf85ee587fc1cb1dbce678fa6a8c

p4raw-id: //depot/cfgperl@4004
12 files changed:
doop.c
embed.h
embed.pl
global.sym
mg.c
objXSUB.h
perl.h
perlapi.c
pod/perldiag.pod
pod/perlfunc.pod
pp.c
proto.h