diff options
author | Michael Chastain <mec@google.com> | 2004-08-23 13:04:03 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-08-23 13:04:03 +0000 |
commit | d782e0bfb0a24a2bf10d4b0b3e9542959b9a8bd3 (patch) | |
tree | 766b09e4c3c41f0c9cf85ddca0ff7034ff099c33 /gdb/testsuite/gdb.base/whatis.c | |
parent | 2004-08-23 Michael Chastain <mec.gnu@mindspring.com> (diff) | |
download | binutils-gdb-d782e0bfb0a24a2bf10d4b0b3e9542959b9a8bd3.tar.gz binutils-gdb-d782e0bfb0a24a2bf10d4b0b3e9542959b9a8bd3.tar.bz2 binutils-gdb-d782e0bfb0a24a2bf10d4b0b3e9542959b9a8bd3.zip |
2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/whatis.c: Remove conditional disabling of "signed".
* gdb.base/whatis.exp: Remove signed_keyword_not_used.
Diffstat (limited to 'gdb/testsuite/gdb.base/whatis.c')
-rw-r--r-- | gdb/testsuite/gdb.base/whatis.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.base/whatis.c b/gdb/testsuite/gdb.base/whatis.c index 4728b770b21..7d4a647781f 100644 --- a/gdb/testsuite/gdb.base/whatis.c +++ b/gdb/testsuite/gdb.base/whatis.c @@ -1,6 +1,6 @@ /* This test program is part of GDB, the GNU debugger. - Copyright 1992, 1993, 1994, 1997, 1999 + Copyright 1992, 1993, 1994, 1997, 1999, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -27,10 +27,6 @@ * First the basic C types. */ -#if !(defined (__STDC__) || defined (_AIX)) -#define signed /**/ -#endif - char v_char; signed char v_signed_char; unsigned char v_unsigned_char; |