GLTeapot: fix gcc2 build.

This commit is contained in:
Jérôme Duval
2015-07-31 20:15:45 +02:00
parent 9bec480a7d
commit 20ed88dd96
+2
View File
@@ -12,6 +12,8 @@ extern void fatalerror(const char *);
#define DEBUGGING 1
#undef assert
#ifdef DEBUGGING
#define assert(a) if (!(a)) { \