This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make RC-stack-aware: unwrap pp_prtf, pp_sprintf
authorDavid Mitchell <davem@iabyn.com>
Mon, 11 Dec 2023 21:40:50 +0000 (21:40 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Jan 2024 12:33:02 +0000 (12:33 +0000)
commit8d0d5d78ace202493b29b6240d3b1dd63ed3957b
treeea5a9816c2c57aebf8dab44b5999b0881ca21117
parentb6f2485657db9591ba249dc917047dbd11b373cf
make RC-stack-aware: unwrap pp_prtf, pp_sprintf

Remove the temporary wrappers from pp_prtf() (which implements the perl
'printf' function but saves two whole letters!) and pp_sprintf.
pp.c
pp_sys.c