* remote.c (minitelnet): Don't redeclare escape_count, echo_check.
[binutils-gdb.git] / opcodes / xstormy16-ibld.c
index 2304514dbe4670b54fb8f584c7b391e86c22b24a..0e4876a6f4836263bb985a8ae945574633beb9b4 100644 (file)
@@ -35,9 +35,9 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
 #include "opintl.h"
 #include "safe-ctype.h"
 
-#undef  min
+#undef min
 #define min(a,b) ((a) < (b) ? (a) : (b))
-#undef  max
+#undef max
 #define max(a,b) ((a) > (b) ? (a) : (b))
 
 /* Used by the ifield rtx function.  */