This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
grok_bslash_[ox]: Add param to silence non-portable warnings
authorKarl Williamson <public@khwilliamson.com>
Mon, 7 Jan 2013 15:23:58 +0000 (08:23 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 Jan 2013 18:50:36 +0000 (11:50 -0700)
commit17896a857f42d1297358c97b97ee592b824c0c10
tree66919a48ab65650d3a76c5bf4a5242789e173695
parent344451ec0ac464dfefc065162e19e505c7aa8c56
grok_bslash_[ox]: Add param to silence non-portable warnings

If a hex or octal number is too big to fit in a 32 bit word, grok_oct
and grok_hex by default output a warning that it is a non-portable
value.  This new parameter to the grok_bslash functions can cause them
to shut up those warnings.  This is currently unused, but will be needed
in future commits.
dquote_static.c
embed.fnc
embed.h
proto.h
regcomp.c
toke.c