From 0813543abde7ee08e413dfbc2cece507fbf6c8c4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 13 Aug 1995 18:53:16 -0400 Subject: [PATCH] (HAVE_STRERROR): New definition. From-SVN: r10222 --- gcc/config/i386/xm-dos.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index e6e06f4e809..1dd0c013b1d 100644 --- a/gcc/config/i386/xm-dos.h +++ b/gcc/config/i386/xm-dos.h @@ -15,3 +15,6 @@ #define MKTEMP_EACH_FILE 1 #define NO_PRECOMPILES 1 + +/* sys_errlist proto in cccp.c doesn't match djgpp */ +#define HAVE_STRERROR -- 2.30.2