This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_quotemeta(): Use more explicit macro
authorKarl Williamson <public@khwilliamson.com>
Wed, 15 Feb 2012 17:04:10 +0000 (10:04 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 16 Feb 2012 01:02:35 +0000 (18:02 -0700)
commitadfec83175578461303ab5cfcc90d37cb3114126
tree08679ef700740ff48ea845a50ff057b45bee89af
parent25093c956d0b9bf18415f717ee7eafa550809b89
pp_quotemeta(): Use more explicit macro

Changing the macro to a differently-named equivalent stresses that only
ASCII characters may escape from being quoted.  That is, all non-ASCII
are quoted.
pp.c