summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-02-04 21:28:53 +0000
committerRoland McGrath <roland@redhat.com>1994-02-04 21:28:53 +0000
commit3bb79f5823f3cfb7d1b51107abbee806417cf6d4 (patch)
tree99e657c86e76d414efcd38916c191656b3149b11 /make.h
parent554f67bc64079fe7dece3a3c821675238c224515 (diff)
downloadgunmake-3bb79f5823f3cfb7d1b51107abbee806417cf6d4.tar.gz
Formerly make.h.~82~
Diffstat (limited to 'make.h')
-rw-r--r--make.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/make.h b/make.h
index dfacb84..22388f9 100644
--- a/make.h
+++ b/make.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993
+/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994
Free Software Foundation, Inc.
This file is part of GNU Make.
@@ -210,6 +210,13 @@ extern void bcopy ();
#endif /* ANSI_STRING. */
#undef ANSI_STRING
+/* SCO Xenix has a buggy macro definition in <string.h>. */
+#undef strerror
+
+#ifndef ANSI_STRING
+extern char *strerror ();
+#endif
+
#ifdef __GNUC__
#undef alloca