* config/rs6000.mh: Get rid of -Dfd_set=int crock.
[deliverable/binutils-gdb.git] / gdb / vx-share / vxWorks.h
index 5a915f654b690f540d33e0553a11de0097f15c39..8ce167bb8631ef6c013c0c104b0783debd808d4b 100644 (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
This page took 0.023573 seconds and 4 git commands to generate.