Fix ia64-hpux build failure, patch from Steve Ellcey.
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
index 31adc3d36f558f2a2a063e15bc7c3037a84c750d..729ce27262d464c8ef913be9b36d66531e80261e 100644 (file)
@@ -56,6 +56,9 @@
 #endif
 
 #define NELEMS(a)      ((int) (sizeof (a)/sizeof ((a)[0])))
+
+/* Some systems define MIN in, e.g., param.h.  */
+#undef MIN
 #define MIN(a,b)       ((a) < (b) ? (a) : (b))
 
 #define NUM_SLOTS      4
This page took 0.026494 seconds and 4 git commands to generate.