ports/math/snns/files/patch-xgui__sources__ui_main.c
Martin Wilke cef18d9388 - Update to 4.3
PR:		130451
Submitted by:	Ports Fury
2009-01-16 09:09:59 +00:00

13 lines
462 B
C

--- 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);