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