summaryrefslogtreecommitdiff
path: root/cross/i386-msdosdjgpp/patches/patch-aa
blob: a020afb6f2397bbaa01722bc103c8f5dfce0638d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2000/09/29 10:08:32 fredb Exp $

--- ../egcs-1.1.1/gcc/cpphash.c.orig	Tue May 19 03:42:09 1998
+++ ../egcs-1.1.1/gcc/cpphash.c	Fri Sep 29 04:37:31 2000
@@ -89,7 +89,7 @@
   /* Lookups pass no hashcode.  #define passes one.  Look for no hashcode. */
   if (islookup && !strncmp(name, "unix", len) && !warned_unix) {
     warned_unix++;
-    warning("deprecated symbol \"unix\" is no longer predefined");
+    cpp_warning(pfile, "deprecated symbol \"unix\" is no longer predefined");
   }
   return (HASHNODE *) 0;
 }