aboutsummaryrefslogtreecommitdiffstats
path: root/math/snns/files/patch-xgui__sources__ui_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/snns/files/patch-xgui__sources__ui_main.c')
-rw-r--r--math/snns/files/patch-xgui__sources__ui_main.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/snns/files/patch-xgui__sources__ui_main.c b/math/snns/files/patch-xgui__sources__ui_main.c
new file mode 100644
index 000000000000..62bf3c29ae30
--- /dev/null
+++ b/math/snns/files/patch-xgui__sources__ui_main.c
@@ -0,0 +1,13 @@
+--- xgui/sources/ui_main.c.orig Sat Dec 4 13:08:46 1999
++++ xgui/sources/ui_main.c Sat Dec 4 13:08:04 1999
+@@ -329,8 +329,10 @@
+
+ UPDATE : 1.4.1990
+ ******************************************************************************/
++#include <floatingpoint.h>
+ void main (int argc, char **argv)
+ {
++ fpsetmask(0);
+ ui_toplevel = XtAppInitialize(&ui_appContext, "Popup", NULL, ZERO,
+ (int *) &argc, argv, fallback_resources,
+ NULL, ZERO);