summaryrefslogtreecommitdiff
path: root/cross/i386-cygwin32/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cross/i386-cygwin32/patches/patch-aa')
-rw-r--r--cross/i386-cygwin32/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/cross/i386-cygwin32/patches/patch-aa b/cross/i386-cygwin32/patches/patch-aa
new file mode 100644
index 00000000000..5a6b3d415d2
--- /dev/null
+++ b/cross/i386-cygwin32/patches/patch-aa
@@ -0,0 +1,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;
+ }