This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITY
authorTomasz Konojacki <me@xenu.pl>
Fri, 4 Jun 2021 20:05:04 +0000 (22:05 +0200)
committerxenu <me@xenu.pl>
Wed, 9 Jun 2021 17:32:14 +0000 (19:32 +0200)
commit6e512bc2beef5b8b17502db7edf50b5984776318
treeedaaaa9d096a12cf43b5620afa8712a8951c1472
parent44e4059baf939468ae61cb63c0c2871c40147dc3
replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITY

Since the removal of PERL_OBJECT
(acfe0abcedaf592fb4b9cb69ce3468308ae99d91) PERL_IMPLICIT_CONTEXT and
MULTIPLICITY have been synonymous and they're being used interchangeably.

To simplify the code, this commit replaces all instances of
PERL_IMPLICIT_CONTEXT with MULTIPLICITY.

PERL_IMPLICIT_CONTEXT will stay defined for compatibility with XS
modules.
30 files changed:
NetWare/Makefile
XSUB.h
deb.c
embed.fnc
embed.h
embedvar.h
ext/File-Glob/Glob.pm
ext/File-Glob/bsd_glob.c
intrpvar.h
makedef.pl
malloc.c
mathoms.c
op.c
perl.c
perl.h
perlio.c
perlvars.h
pod/perldelta.pod
pod/perlembed.pod
pod/perlguts.pod
pod/perlinterp.pod
proto.h
regen/embed.pl
sv.c
util.c
util.h
vms/vms.c
vms/vmsish.h
win32/GNUmakefile
win32/Makefile