summaryrefslogtreecommitdiff
path: root/cross/i386-cygwin32/patches/patch-aa
blob: 5a6b3d415d2c9ed9168b4f415b0e732e611d5274 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gcc/cpphash.c.orig	Thu Jun  1 01:38:11 2000
+++ gcc/cpphash.c	Thu Jun  1 01:54:57 2000
@@ -88,7 +88,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;
 }