forked from Imagelibrary/binutils-gdb
* config/rs6000.mh: Get rid of -Dfd_set=int crock.
This is defined in defs.h if necessary. * vx-share/vxWorks.h: Remove #defs of min and max. * vx-share/xdr_ld.c, vx-share/xdr_ptrace.c, vx-share/xdr_rdb.c: include defs.h.
This commit is contained in:
@@ -161,10 +161,6 @@ modification history
|
||||
|
||||
#define FOREVER for (;;)
|
||||
|
||||
#define max(x, y) (((x) < (y)) ? (y) : (x))
|
||||
#define min(x, y) (((x) < (y)) ? (x) : (y))
|
||||
|
||||
|
||||
/* storage class specifier definitions */
|
||||
|
||||
#define FAST register
|
||||
|
||||
Reference in New Issue
Block a user