This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't use "try" as a variable name
authorRafael Garcia-Suarez <rgs@consttype.org>
Wed, 24 Nov 2010 13:43:30 +0000 (14:43 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Wed, 24 Nov 2010 13:43:30 +0000 (14:43 +0100)
commit1f933721fdfb02e4d62d10a1a69032d38d4db05d
tree0331f2a9f1247d2e29e66f0fdf3b49db46466262
parent2850478b7555b16cccb2e9234c8a939af507940b
Don't use "try" as a variable name

"try" being a C++ keyword, this produces compilation warnings.
regexec.c