typedef sighandler_t to fix compile on Mac. From Darshan Shaligram

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@528 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2010-03-02 17:19:43 +00:00
parent 5c7b28686d
commit 2c35a5ceee
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@
#include "io.h"
#include "stripgfx.h"
#ifdef __MACH__
typedef void (*sighandler_t)(int);
#endif
int stripped = NO_GRAPHICS;
static int got_sigwinch = 0;