Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
common/ | 2 (100.0%) | 4 (100.0%) | 2.0 |
turns out c89 requires variables to be declared at the top of a scope block. the fact that the fix in r19218 worked was a gcc thing and may not have worked in c89
1 lines of code changed in 1 file:
declaring a variable inside a for loop works requires c99
3 lines of code changed in 1 file: