GLTeapot: fix gcc2 build.
This commit is contained in:
@@ -12,6 +12,8 @@ extern void fatalerror(const char *);
|
|||||||
|
|
||||||
#define DEBUGGING 1
|
#define DEBUGGING 1
|
||||||
|
|
||||||
|
#undef assert
|
||||||
|
|
||||||
#ifdef DEBUGGING
|
#ifdef DEBUGGING
|
||||||
|
|
||||||
#define assert(a) if (!(a)) { \
|
#define assert(a) if (!(a)) { \
|
||||||
|
|||||||
Reference in New Issue
Block a user