Author :
Sam Lantinga
Date :
2017-08-13 21:15:44
Hash :2da830a9 Message :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.