diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-07-08 05:57:21 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-07-08 05:57:21 +0000 |
commit | b4f261e094f4807a2da1dc62c7945e5898ed4680 (patch) | |
tree | c91aea193c9829e2fafc1249c162a9f882d3005b /gas/config/tc-tic30.c | |
parent | 6c98dd1ecb34134446cf93209f19d1f51a8603df (diff) | |
download | gdb-b4f261e094f4807a2da1dc62c7945e5898ed4680.zip gdb-b4f261e094f4807a2da1dc62c7945e5898ed4680.tar.gz gdb-b4f261e094f4807a2da1dc62c7945e5898ed4680.tar.bz2 |
* frags.h: Remove ANSI_PROTOTYPES conditional code.
* config/obj-elf.h: Likewise.
* config/tc-h8300.h: Likewise.
* config/tc-h8500.h: Likewise.
* config/tc-i370.h: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-m68hc11.h: Likewise.
* config/tc-m68k.h: Likewise.
* config/tc-ppc.h: Likewise.
* config/tc-s390.h: Likewise.
* config/tc-sh.h: Likewise.
* config/tc-sparc.h: Likewise.
* config/tc-tic30.c: Likewise.
* config/tc-w65.h: Likewise.
* config/tc-xtensa.h: Likewise.
Diffstat (limited to 'gas/config/tc-tic30.c')
-rw-r--r-- | gas/config/tc-tic30.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c index b77a7b0..dfdb4b0 100644 --- a/gas/config/tc-tic30.c +++ b/gas/config/tc-tic30.c @@ -28,11 +28,7 @@ #include "as.h" #include "safe-ctype.h" #include "opcode/tic30.h" -#ifdef ANSI_PROTOTYPES #include <stdarg.h> -#else -#include <varargs.h> -#endif /* Put here all non-digit non-letter characters that may occur in an operand. */ |