From 3bb79f5823f3cfb7d1b51107abbee806417cf6d4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Feb 1994 21:28:53 +0000 Subject: Formerly make.h.~82~ --- make.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'make.h') 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 . */ +#undef strerror + +#ifndef ANSI_STRING +extern char *strerror (); +#endif + #ifdef __GNUC__ #undef alloca -- cgit v1.2.3