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 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/map/map.c') 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 *); -- cgit v1.2.3