summaryrefslogtreecommitdiffstats
path: root/include/coff/ti.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-12-07 23:48:01 +0000
committerAlan Modra <amodra@gmail.com>2000-12-07 23:48:01 +0000
commit0aec643be7354c308ff3da9b160b9f4c52b90c7b (patch)
tree321410dd810b5a1cb110a6ffeb443b8b16e9a69a /include/coff/ti.h
parent4415a860ff8ad0b8bd9ca0519a24d02a614514d7 (diff)
downloadppe42-binutils-0aec643be7354c308ff3da9b160b9f4c52b90c7b.tar.gz
ppe42-binutils-0aec643be7354c308ff3da9b160b9f4c52b90c7b.zip
#warn -> #warning
Diffstat (limited to 'include/coff/ti.h')
-rw-r--r--include/coff/ti.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/ti.h b/include/coff/ti.h
index 9d521b582e..c06028af7d 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
OpenPOWER on IntegriCloud