diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-09 14:03:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-09 14:03:13 +0000 |
commit | 2ba84f36eaafd1d53db407e775fff7a286efe004 (patch) | |
tree | 2bca05f2ef10d55e4d51ec6066c42bb45253a03c /gcc/tsystem.h | |
parent | 77332b4e0b7f45f1cbba6b624765fa041c85efa7 (diff) | |
download | gcc-2ba84f36eaafd1d53db407e775fff7a286efe004.tar.gz |
c-common.h: Fix comment formatting.
* 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.
From-SVN: r46122
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 |