summaryrefslogtreecommitdiff
path: root/opcodes/xstormy16-ibld.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/xstormy16-ibld.c')
-rw-r--r--opcodes/xstormy16-ibld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/xstormy16-ibld.c b/opcodes/xstormy16-ibld.c
index 2304514dbe4..0e4876a6f48 100644
--- a/opcodes/xstormy16-ibld.c
+++ b/opcodes/xstormy16-ibld.c
@@ -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. */