Rename yylval to pl_yylval, to avoid confusing bogus C preprocessors
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 21 Nov 2007 18:17:36 +0000 (18:17 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 21 Nov 2007 18:17:36 +0000 (18:17 +0000)
commit6154021bb2cc10e5df4b96518e1fe48567e64f5a
tree3d3af77dc37ccbdef1d54c165b1be0ece3f0adbb
parent180751691f2d3ce5aee21a159b0ed993e3c0ab65
Rename yylval to pl_yylval, to avoid confusing bogus C preprocessors
that attempt to expand it recursively. (like, on UNICOS)

p4raw-id: //depot/perl@32443
toke.c