Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug 3741 - more compatible initializers for arrays
Ozkan Sezer An array defined like int xPositions[] = {-1, 0, 1, w-1, w, w+1 }; errors with Open Watcom: it strictly wants constants. Small patch like below makes things more compatible.
- Loading branch information
Showing
with
16 additions
and 3 deletions.
- +14 −2 test/testautomation_mouse.c
- +2 −1 test/testmessage.c