diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-08 08:07:05 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-08 08:07:05 +0000 |
commit | 8c074e2aa6f4be490d6bedf1bc337b09fa1c1185 (patch) | |
tree | b8e60ab0e59d55a84c1f651d1c5acba02e79289b /pp_ctl.c | |
parent | 002e4c743b8ad1aef49c84ea61819956800a7f1e (diff) | |
download | perl-8c074e2aa6f4be490d6bedf1bc337b09fa1c1185.tar.gz |
Convert POPpx POPpconstx and POPpbytex to use nolen macros.
Elminate a lot of C<n_a>s
p4raw-id: //depot/perl@24748
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1702,7 +1702,6 @@ PP(pp_reset) { dSP; const char *tmps; - STRLEN n_a; if (MAXARG < 1) tmps = ""; |