Fix compile for 32bit (handleFPE() undeclared)
This commit is contained in:
parent
c1d150a8e5
commit
1cf7e78ae5
1 changed files with 1 additions and 0 deletions
|
@ -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 ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue