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/frags.h | |
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/frags.h')
-rw-r--r-- | gas/frags.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/frags.h b/gas/frags.h index 578732c..e6c6170 100644 --- a/gas/frags.h +++ b/gas/frags.h @@ -22,9 +22,7 @@ #ifndef FRAGS_H #define FRAGS_H -#ifdef ANSI_PROTOTYPES struct obstack; -#endif /* A code fragment (frag) is some known number of chars, followed by some unknown number of chars. Typically the unknown number of chars is an |