This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 4 Jan 2008 01:06:10 +0000 (01:06 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 4 Jan 2008 01:06:10 +0000 (01:06 +0000)
commit6e449a3ab1e3bd9d7e138ca681c733e57d4daa49
treead260a44d03e2cd4466a3495bd249239dc834046
parentad25789c15269a04312e0efede81842547aa8212
Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack
and mortalizing them. Use these macros where possible. And also
mX?PUSH[inpu] where possible.

p4raw-id: //depot/perl@32821
14 files changed:
av.c
mg.c
mro.c
perl.c
pp.c
pp.h
pp_ctl.c
pp_hot.c
pp_pack.c
pp_sys.c
sv.c
universal.c
utf8.c
util.c