diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-09 14:03:13 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-09 14:03:13 +0000 |
commit | 88b5b080c3b9fe5cc480b9e7f201d692700e3460 (patch) | |
tree | 2bca05f2ef10d55e4d51ec6066c42bb45253a03c /gcc/tsystem.h | |
parent | 08858aa330ad4287949ed46cea3786f723ae5e75 (diff) | |
download | gcc-88b5b080c3b9fe5cc480b9e7f201d692700e3460.tar.gz |
* c-common.h: Fix comment formatting.
* c-dump.c: Likewise.
* cfg.c: Likewise.
* diagnostic.h: Likewise.
* except.c: Likewise.
* gcc.h: Likewise.
* gcov-io.h: Likewise.
* genattrtab.c: Likewise.
* output.h: Likewise.
* predict.h: Likewise.
* reload1.c: Likewise.
* reload.h: Likewise.
* resource.h: Likewise.
* scan.h: Likewise.
* system.h: Likewise.
* tree.h: Likewise.
* tree-inline.c: Likewise.
* tsystem.h: Likewise.
* varasm.c: Likewise.
* xcoffout.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tsystem.h')
-rw-r--r-- | gcc/tsystem.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/tsystem.h b/gcc/tsystem.h index 78c9ff9f1d7..97333bba506 100644 --- a/gcc/tsystem.h +++ b/gcc/tsystem.h @@ -33,7 +33,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define HAVE_DECL_GETOPT 1 #endif -/* GCC supplies this header. */ +/* GCC supplies this header. */ #include <stddef.h> #ifdef inhibit_libc @@ -56,16 +56,16 @@ extern int atexit (void (*)(void)); /* ??? This is not a good solution, since prototypes may be required in some cases for correct code. */ -/* GCC supplies this header. */ +/* GCC supplies this header. */ #include <stdarg.h> -/* All systems have this header. */ +/* All systems have this header. */ #include <stdio.h> -/* All systems have this header. */ +/* All systems have this header. */ #include <sys/types.h> -/* All systems have this header. */ +/* All systems have this header. */ #include <errno.h> #ifndef errno @@ -76,11 +76,11 @@ extern int errno; #include <string.h> #endif -/* GCC (fixproto) guarantees these system headers exist. */ +/* GCC (fixproto) guarantees these system headers exist. */ #include <stdlib.h> #include <unistd.h> -/* GCC supplies this header. */ +/* GCC supplies this header. */ #include <limits.h> #ifdef POSIX |