projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40b1d8
)
* config/ho-hppaosf.h: Fix braino in test for ANSI-C.
author
Jeff Law
<law@redhat.com>
Thu, 24 Feb 1994 15:11:19 +0000
(15:11 +0000)
committer
Jeff Law
<law@redhat.com>
Thu, 24 Feb 1994 15:11:19 +0000
(15:11 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/ho-hppaosf.h
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 5a8a2e5a9e0e6fae83154c98dfef333c7a85311d..9e6e3b2e4a92e526a4dd74b8c4cb6cf9d86b06ed 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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
diff --git
a/gas/config/ho-hppaosf.h
b/gas/config/ho-hppaosf.h
index 3cef60f53f06072f54a918547ed6a4da1f097173..2cc280495bcb87d2bac66bc1a330ad69ef89921b 100644
(file)
--- a/
gas/config/ho-hppaosf.h
+++ b/
gas/config/ho-hppaosf.h
@@
-22,7
+22,7
@@
#define M_HPPAOSF 1
-#if
def
__STDC__ != 1
+#if __STDC__ != 1
#define NO_STDARG
#endif /* not ansi */