aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1995-03-21 17:05:16 -0800
committerPer Bothner <bothner@gcc.gnu.org>1995-03-21 17:05:16 -0800
commit7e1278231a96fa407fb907a36f1ff5d67c13161d (patch)
treeb11ef8f8bd1f4c82baf9381081d2989b90049773 /gcc/cpperror.c
parenteb6b0c88861370a9fad8c58dea37ff0db8f90689 (diff)
downloadgcc-7e1278231a96fa407fb907a36f1ff5d67c13161d.zip
gcc-7e1278231a96fa407fb907a36f1ff5d67c13161d.tar.gz
gcc-7e1278231a96fa407fb907a36f1ff5d67c13161d.tar.bz2
Merged in earlier cccp.c changes.
From-SVN: r9217
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index e552989..982bcc3 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[];