diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-29 13:16:44 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-29 13:16:44 +0000 |
commit | 9cb8e99fb0eb82cb99f6450180c17ce54384671b (patch) | |
tree | 24cbb8cf9da08986b3e7df17c094d53287981603 /gcc/config/linux-aout.h | |
parent | 92d27c95908cefb0cdac944ab16081630764420c (diff) | |
download | gcc-9cb8e99fb0eb82cb99f6450180c17ce54384671b.tar.gz |
* builtins.def: Fix comment formatting.
* c-common.def: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* gengtype.c: Likewise.
* params.def: Likewise.
* predict.def: Likewise.
* rtl.def: Likewise.
* stab.def: Likewise.
* stor-layout.c: Likewise.
* tree.def: Likewise.
* config/darwin.c: Likewise.
* config/darwin.h: Likewise.
* config/dbxcoff.h: Likewise.
* config/elfos.h: Likewise.
* config/fp-bit.c: Likewise.
* config/freebsd-spec.h: Likewise.
* config/interix.h: Likewise.
* config/libgloss.h: Likewise.
* config/linux-aout.h: Likewise.
* config/linux.h: Likewise.
* config/lynx-ng.h: Likewise.
* config/lynx.h: Likewise.
* config/netbsd-aout.h: Likewise.
* config/netbsd.h: Likewise.
* config/netware.h: Likewise.
* config/psos.h: Likewise.
* config/ptx4.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57624 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux-aout.h')
-rw-r--r-- | gcc/config/linux-aout.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h index 2560bb8acee..8193c611364 100644 --- a/gcc/config/linux-aout.h +++ b/gcc/config/linux-aout.h @@ -19,11 +19,11 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Don't assume anything about the header files. */ +/* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C /* GNU/Linux uses ctype from glibc.a. I am not sure how complete it is. - For now, we play safe. It may change later. */ + For now, we play safe. It may change later. */ #if 0 #undef MULTIBYTE_CHARS @@ -41,5 +41,5 @@ Boston, MA 02111-1307, USA. */ #define SET_ASM_OP "\t.set\t" -/* We need that too. */ +/* We need that too. */ #define HANDLE_SYSV_PRAGMA |