Skip to content

Commit

Permalink
GLTeapot: fix gcc2 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Jul 31, 2015
1 parent 9bec480 commit 20ed88d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/glteapot/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ extern void fatalerror(const char *);

#define DEBUGGING 1

#undef assert

#ifdef DEBUGGING

#define assert(a) if (!(a)) { \
Expand Down

0 comments on commit 20ed88d

Please sign in to comment.