change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 2 May 2000 06:48:19 +0000 (06:48 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 2 May 2000 06:48:19 +0000 (06:48 +0000)
commitb21ed0a92b5a07dd021a85728802e72edfa03699
tree2bca4101a44803d4b5c72468e9d4dc24f12743a5
parenta6b2f353992254a6ec5c40c60b053f7a6817c8e4
change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
such that underscores are only ignored in literal numbers,
"\x{...}", and hex/oct argument

p4raw-link: @3798 on //depot/cfgperl: 252aa0820e6bce274b33bd342cfc65e18a59a165

p4raw-id: //depot/perl@6044
perl.c
pp.c
regcomp.c
t/op/oct.t
toke.c
util.c