diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-13 18:53:16 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-13 18:53:16 -0400 |
commit | 0813543abde7ee08e413dfbc2cece507fbf6c8c4 (patch) | |
tree | 5a70354b508bb18444b39eca5fa7d162aff9a2d9 | |
parent | 34e6e77e69b9ca5656961fccaeb89cd9d143592f (diff) | |
download | gcc-0813543abde7ee08e413dfbc2cece507fbf6c8c4.zip gcc-0813543abde7ee08e413dfbc2cece507fbf6c8c4.tar.gz gcc-0813543abde7ee08e413dfbc2cece507fbf6c8c4.tar.bz2 |
(HAVE_STRERROR): New definition.
From-SVN: r10222
-rw-r--r-- | gcc/config/i386/xm-dos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index e6e06f4..1dd0c01 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 |