* 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:
Stu Grossman
1993-03-16 18:15:25 +00:00
parent a2df03aa68
commit e829d98374
6 changed files with 11 additions and 12 deletions

View File

@@ -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