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/xcoffout.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/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 8730798f7a2..12e4a74e329 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -195,7 +195,7 @@ extern const char *xcoff_lastfile; #define DEBUG_SYMS_TEXT -/* Prototype functions in xcoffout.c. */ +/* Prototype functions in xcoffout.c. */ extern int stab_to_sclass PARAMS ((int)); #ifdef BUFSIZ |