* config/ho-hppaosf.h: Fix braino in test for ANSI-C.
authorJeff Law <law@redhat.com>
Thu, 24 Feb 1994 15:11:19 +0000 (15:11 +0000)
committerJeff Law <law@redhat.com>
Thu, 24 Feb 1994 15:11:19 +0000 (15:11 +0000)
gas/ChangeLog
gas/config/ho-hppaosf.h

index 5a8a2e5a9e0e6fae83154c98dfef333c7a85311d..9e6e3b2e4a92e526a4dd74b8c4cb6cf9d86b06ed 100644 (file)
@@ -1,3 +1,7 @@
+Thu Feb 24 07:10:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * config/ho-hppaosf.h: Fix braino in test for ANSI-C.
+
 Wed Feb 23 16:51:43 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * write.c (write_contents): Give the user a reasonable error
index 3cef60f53f06072f54a918547ed6a4da1f097173..2cc280495bcb87d2bac66bc1a330ad69ef89921b 100644 (file)
@@ -22,7 +22,7 @@
 
 #define M_HPPAOSF 1
 
-#ifdef __STDC__ != 1
+#if __STDC__ != 1
 #define NO_STDARG
 #endif /* not ansi */
 
This page took 0.031179 seconds and 4 git commands to generate.