* configure.in: Add test for "long long" support.
[deliverable/binutils-gdb.git] / gdb / config / powerpc / xm-aix.h
index f1ebb5e6ebf7c533ed1e3e50ec881f6895540955..efd0e7424b392a69ff215d564131c4bfbada2ec0 100644 (file)
@@ -22,3 +22,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* This doesn't seem to be declared in any header file I can find.  */
 char *termdef PARAMS ((int, int));
+
+/* UINT_MAX is defined in <sys/limits.h> as a decimal constant (4294967295)
+   which is too large to fit in a signed int when it is parsed by the
+   compiler, so it issues a diagnostic.  Just undef it here so that we
+   use gdb's version in defs.h */
+#undef UINT_MAX
This page took 0.023593 seconds and 4 git commands to generate.