aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/map')
-rw-r--r--src/cmd/map/map.c2
-rw-r--r--src/cmd/map/mkfile1
2 files changed, 2 insertions, 1 deletions
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\