mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* config/ho-hppaosf.h: Fix braino in test for ANSI-C.
This commit is contained in:
parent
d40b1d877e
commit
cb6af92833
@ -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
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#define M_HPPAOSF 1
|
||||
|
||||
#ifdef __STDC__ != 1
|
||||
#if __STDC__ != 1
|
||||
#define NO_STDARG
|
||||
#endif /* not ansi */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user