mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +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 int free();
|
||||
|
||||
#if !defined(__GNUC__)
|
||||
#define know(x)
|
||||
#endif /* not gcc */
|
||||
|
||||
/* end of ho-pmax.h */
|
||||
|
Reference in New Issue
Block a user