2000-02-24 07:32:36 +00:00
|
|
|
--- app/main.c.orig Thu Feb 10 14:41:02 2000
|
|
|
|
+++ app/main.c Sat Feb 19 13:51:36 2000
|
|
|
|
@@ -22,6 +22,7 @@
|
|
|
|
#include <signal.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <sys/types.h>
|
1998-05-19 03:16:48 +00:00
|
|
|
+#include <floatingpoint.h>
|
1998-04-29 21:02:00 +00:00
|
|
|
|
2000-02-24 07:32:36 +00:00
|
|
|
#ifdef HAVE_SYS_WAIT_H
|
|
|
|
#include <sys/wait.h>
|
|
|
|
@@ -129,6 +130,9 @@
|
1998-04-29 21:02:00 +00:00
|
|
|
/* Initialize variables */
|
2000-02-24 07:32:36 +00:00
|
|
|
|
1998-05-19 03:16:48 +00:00
|
|
|
prog_name = argv[0];
|
|
|
|
+
|
|
|
|
+ /* Ignore floating point exceptions */
|
|
|
|
+ fpsetmask(0);
|
|
|
|
|
1999-10-23 07:59:42 +00:00
|
|
|
/* Initialize i18n support */
|
2000-02-24 07:32:36 +00:00
|
|
|
INIT_LOCALE ("gimp");
|