Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
bc
bc-1.06-opt-expression.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bc-1.06-opt-expression.diff of Package bc
--- bc/bc.y +++ bc/bc.y @@ -203,7 +203,7 @@ statement : Warranty { if ($4 & 2) warn ("Comparison in first for expression"); - if ($4 >= 0) + if (!($4 & 16)) generate ("p"); $4 = next_label++; sprintf (genstr, "N%1d:", $4); @@ -211,7 +211,7 @@ statement : Warranty } opt_expression ';' { - if ($7 < 0) generate ("1"); + if ($7 & 16) generate ("1"); $7 = next_label++; sprintf (genstr, "B%1d:J%1d:", $7, break_label); generate (genstr);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor