Index: xm-aix.h =================================================================== RCS file: /cvs/src/src/gdb/config/powerpc/xm-aix.h,v retrieving revision 1.5 diff -u -p -r1.5 xm-aix.h --- xm-aix.h 11 Aug 2004 22:28:33 -0000 1.5 +++ xm-aix.h 12 Aug 2004 04:59:39 -0000 @@ -18,9 +18,3 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* UINT_MAX is defined in 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