diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-03-22 01:05:16 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-03-22 01:05:16 +0000 |
commit | 21147bdbbb3ec8285e54ea73e907df420e530dce (patch) | |
tree | b11ef8f8bd1f4c82baf9381081d2989b90049773 /gcc/cpperror.c | |
parent | f36e63d8c3d9a4ef51b3ae3220ce27faca8910cf (diff) | |
download | gcc-21147bdbbb3ec8285e54ea73e907df420e530dce.tar.gz |
Merged in earlier cccp.c changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9217 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r-- | gcc/cpperror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index e552989087c..982bcc33449 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -34,7 +34,7 @@ extern int errno; #ifndef VMS #ifndef HAVE_STRERROR extern int sys_nerr; -#if defined(bsd4_4) || defined(__NetBSD__) +#if defined(bsd4_4) extern const char *const sys_errlist[]; #else extern char *sys_errlist[]; |