From 20ed88dd96c9d58bddbfe3d94cf577e78486c7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 31 Jul 2015 20:15:26 +0200 Subject: [PATCH] GLTeapot: fix gcc2 build. --- src/apps/glteapot/error.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/glteapot/error.h b/src/apps/glteapot/error.h index 26d27aa76b..1e655d36cb 100644 --- a/src/apps/glteapot/error.h +++ b/src/apps/glteapot/error.h @@ -12,6 +12,8 @@ extern void fatalerror(const char *); #define DEBUGGING 1 +#undef assert + #ifdef DEBUGGING #define assert(a) if (!(a)) { \