mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-27 11:53:21 +08:00
Decstation now croaks on multi-line assertions. eliminate them.
This commit is contained in:
@ -22,4 +22,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
extern char *malloc();
|
extern char *malloc();
|
||||||
extern int free();
|
extern int free();
|
||||||
|
|
||||||
|
#if !defined(__GNUC__)
|
||||||
|
#define know(x)
|
||||||
|
#endif /* not gcc */
|
||||||
|
|
||||||
/* end of ho-pmax.h */
|
/* end of ho-pmax.h */
|
||||||
|
Reference in New Issue
Block a user