1
0
Fork 0

Fix compile for 32bit (handleFPE() undeclared)

This commit is contained in:
Torsten Dreyer 2011-07-17 22:15:57 +02:00
parent c1d150a8e5
commit 1cf7e78ae5

View file

@ -93,6 +93,7 @@ static void handleFPE(int)
} }
#elif defined(__linux__) && defined(__i386__) #elif defined(__linux__) && defined(__i386__)
static void handleFPE(int);
static void static void
initFPE () initFPE ()
{ {