diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-08-12 05:01:17 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-08-12 05:01:17 +0000 |
commit | 0687ccb2441b3382a2e017647bd64ae623265082 (patch) | |
tree | 500e5c03de873a5762050c4aad6db017b39f4d75 /gdb/config/powerpc | |
parent | 58c5d7f6376ce8fcd4abd827031fa4f4779bd80a (diff) | |
download | gdb-0687ccb2441b3382a2e017647bd64ae623265082.zip gdb-0687ccb2441b3382a2e017647bd64ae623265082.tar.gz gdb-0687ccb2441b3382a2e017647bd64ae623265082.tar.bz2 |
* config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/xm-aix.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/powerpc/xm-aix.h b/gdb/config/powerpc/xm-aix.h index 99f0b73..293d7eb 100644 --- a/gdb/config/powerpc/xm-aix.h +++ b/gdb/config/powerpc/xm-aix.h @@ -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 <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 |