From 71be5c0edbcf6f3c56d3a9814d93bcc8936bd34b Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Mon, 16 Jun 1997 05:45:10 +0000 Subject: Upgrade, 3.01 -> 3.02. PR: 3871 Submitted by: Pedro Giffuni S. --- cad/felt/files/patch-ac | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) (limited to 'cad/felt/files/patch-ac') diff --git a/cad/felt/files/patch-ac b/cad/felt/files/patch-ac index 0e835d66f35c..c9361f62f8ee 100644 --- a/cad/felt/files/patch-ac +++ b/cad/felt/files/patch-ac @@ -1,28 +1,16 @@ -*** ../FElt-3.00/src/Velvet/velvet.c Wed May 31 19:03:06 1995 ---- ./src/Velvet/velvet.c Wed Dec 18 20:50:30 1996 +*** src/Burlap/allocate.h.orig Sat Jun 14 22:32:22 1997 +--- src/Burlap/allocate.h Sat Jun 14 22:35:28 1997 *************** -*** 73,78 **** ---- 73,81 ---- - # include "popup.xbm" - # include "FElt.icon" +*** 28,34 **** +--- 28,38 ---- -+ #ifdef __FreeBSD__ -+ #include + # ifndef _ALLOCATE_H + # define _ALLOCATE_H ++ #ifdef __STDC__ ++ #include ++ #else + # include + #endif + # include - static char *defaults [ ] = { - # include "velvet.ad.h" -*************** -*** 595,600 **** ---- 598,608 ---- - static String output_buttons [ ] = {"dismiss", "save"}; - static String proceed_buttons [ ] = {"okay", "cancel"}; - static String qsave_buttons [ ] = {"yes", "no", "cancel"}; -+ -+ #ifdef __FreeBSD__ -+ fpsetmask (0); -+ #endif -+ - - - /* Parse the initial command line options */ + # define New(type) \ -- cgit v1.2.3