diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 5084be3c..c32f5a4b 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 658, + BUILD_REVISION => 659, BUILD_DATE => "2014-06-20", }; diff --git a/modules/c2english/CGrammar.pm b/modules/c2english/CGrammar.pm index 4079a142..a810ddca 100644 --- a/modules/c2english/CGrammar.pm +++ b/modules/c2english/CGrammar.pm @@ -1220,7 +1220,6 @@ storage_class_specifier: type_qualifier: 'const' - { $return = "constant"; } | 'volatile' type_specifier: