bytecode value to NULL on error, but wasn't (random return value is bad!).
svn path=/trunk/yasm/; revision=221
# ASSUMES: at least one previous action exists
print GRAMMAR " | \Ugrp_$group\E error {\n";
print GRAMMAR " Error (_(\"expression syntax error\"));\n";
+ print GRAMMAR " \$\$ = (bytecode *)NULL\n";
print GRAMMAR " }\n";
# terminate the rule
# ASSUMES: at least one previous action exists
print GRAMMAR " | \Ugrp_$group\E error {\n";
print GRAMMAR " Error (_(\"expression syntax error\"));\n";
+ print GRAMMAR " \$\$ = (bytecode *)NULL\n";
print GRAMMAR " }\n";
# terminate the rule