diff options
Diffstat (limited to 'math/geg/files/patch-src_main.c')
-rw-r--r-- | math/geg/files/patch-src_main.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/math/geg/files/patch-src_main.c b/math/geg/files/patch-src_main.c deleted file mode 100644 index f23a93012cda..000000000000 --- a/math/geg/files/patch-src_main.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/main.c.orig Sat Apr 15 19:50:38 2000 -+++ src/main.c Sat Apr 15 19:50:52 2000 -@@ -10,10 +10,13 @@ - #include "app.h" - #include <gtk/gtk.h> - #include <stdio.h> -+#include <ieeefp.h> - - int - main(int argc, char *argv[]) - { -+ fpsetmask(0); -+ - parse_command_line(argc, argv); - parse_rcfile(); - |