char drawstrings[DRAW_MAX][] = { .. give error

2009-10-19 Thread Bernd Roesch
Hi, I compile an old code which use this and i think its compile with Gcc 2.95 and the PPC GCC 1998 or 1999 it fail to compile with newer compiler. #define DRAW_MAX4 char drawstrings[DRAW_MAX][] = { Number of points drawn using 3D hardware:, Number of lines drawn using

Re: char drawstrings[DRAW_MAX][] = { .. give error

2009-10-19 Thread Ian Lance Taylor
Bernd Roesch nospamn...@gmx.de writes: I compile an old code which use this and i think its compile with Gcc 2.95 and the PPC GCC 1998 or 1999 it fail to compile with newer compiler. #define DRAW_MAX4 char drawstrings[DRAW_MAX][] = { Number of points drawn using 3D