From b8f742db850ffc99333a97ab54fc820c6de0fd98 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 11 Jan 2005 17:43:53 +0000 Subject: os x changes --- src/cmd/map/map.c | 2 ++ src/cmd/map/mkfile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cmd/map') diff --git a/src/cmd/map/map.c b/src/cmd/map/map.c index 47109d43..e8dd3ab3 100644 --- a/src/cmd/map/map.c +++ b/src/cmd/map/map.c @@ -105,6 +105,8 @@ double diddle(struct place *, double, double); void dobounds(double, double, double, double, int); void dogrid(double, double, double, double); int duple(struct place *, double); +#define fmax map_fmax +#define fmin map_fmin double fmax(double, double); double fmin(double, double); void getdata(char *); diff --git a/src/cmd/map/mkfile b/src/cmd/map/mkfile index 4d272749..43f2205d 100644 --- a/src/cmd/map/mkfile +++ b/src/cmd/map/mkfile @@ -5,7 +5,6 @@ LIB=libmap/libmap.a OFILES=map.$O\ symbol.$O\ index.$O\ - sqrt.$O\ HFILES=map.h\ iplot.h\ -- cgit v1.2.3