1999-10-23 07:59:42 +00:00
|
|
|
--- app/main.c.orig Wed Oct 6 13:55:38 1999
|
|
|
|
+++ app/main.c Tue Oct 12 13:23:44 1999
|
|
|
|
@@ -16,7 +16,7 @@
|
1998-05-19 03:16:48 +00:00
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
#include "config.h"
|
1999-10-23 07:59:42 +00:00
|
|
|
-
|
1998-05-19 03:16:48 +00:00
|
|
|
+#include <floatingpoint.h>
|
|
|
|
#include <locale.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
1999-10-23 07:59:42 +00:00
|
|
|
@@ -117,6 +117,9 @@
|
1998-04-29 21:02:00 +00:00
|
|
|
|
|
|
|
/* Initialize variables */
|
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 */
|
|
|
|
|