mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__,
rather than undefining know.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Apr 8 12:52:46 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__,
|
||||||
|
rather than undefining know.
|
||||||
|
|
||||||
Wed Apr 7 20:18:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
Wed Apr 7 20:18:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
||||||
|
|
||||||
* doc/as.texinfo: converted conditional markup to use new
|
* doc/as.texinfo: converted conditional markup to use new
|
||||||
|
@ -23,7 +23,7 @@ extern char *malloc ();
|
|||||||
extern int free ();
|
extern int free ();
|
||||||
|
|
||||||
#if !defined(__GNUC__)
|
#if !defined(__GNUC__)
|
||||||
#define know(x)
|
#define BROKEN_ASSERT
|
||||||
#endif /* not gcc */
|
#endif /* not gcc */
|
||||||
|
|
||||||
/* end of ho-decstation.h */
|
/* end of ho-decstation.h */
|
||||||
|
Reference in New Issue
Block a user