summaryrefslogtreecommitdiff
path: root/cross/COMMON/patches-egcs/patch-aj
blob: 8beebb39de465ab825dfd24af1b3295dd5fa57b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1 2000/09/30 19:04:24 fredb Exp $

--- 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;
 }