Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2000-12-08 02:48:01 +0300
committerAlan Modra <modra@gmail.com>2000-12-08 02:48:01 +0300
commitaa0722760b12fafcf2827c0e5cc51972233da141 (patch)
tree8aab4e25e7cba27b4ecbe63a3792ce3cbd86d7ea /include/coff
parent2005ab6be7481640ac8475042701137445c5be25 (diff)
#warn -> #warning
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog4
-rw-r--r--include/coff/ti.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 21b973ee0..79da2757e 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-08 Alan Modra <alan@linuxcare.com.au>
+
+ * ti.h: Change #warn to #warning.
+
2000-06-30 DJ Delorie <dj@cygnus.com>
* pe.h: Clarify a comment.
diff --git a/include/coff/ti.h b/include/coff/ti.h
index 9d521b582..c06028af7 100644
--- a/include/coff/ti.h
+++ b/include/coff/ti.h
@@ -45,7 +45,7 @@ struct external_filehdr {
/* This value is made available in the rare case where a bfd is unavailable */
#ifndef OCTETS_PER_BYTE_POWER
-#warn OCTETS_PER_BYTE_POWER not defined for this CPU, it will default to 0
+#warning OCTETS_PER_BYTE_POWER not defined for this CPU, it will default to 0
#else
#define OCTETS_PER_BYTE (1<<OCTETS_PER_BYTE_POWER)
#endif