diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 22:15:42 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 22:15:42 +0000 |
commit | 6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee (patch) | |
tree | 5e8831114d6a8c6a8fbf6e52bd8fbb15155c9a23 /gcc/xcoffout.h | |
parent | ff11430a476c56de188f1a88f4b6206d40555ff4 (diff) | |
download | gcc-6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee.tar.gz |
* target.h: Fix formatting.
* timevar.h: Likewise.
* tlink.c: Likewise.
* toplev.c: Likewise.
* toplev.h: Likewise.
* tree.c: Likewise.
* tree-dump.h: Likewise.
* tree.h: Likewise.
* tree-inline.h: Likewise.
* unroll.c: Likewise.
* unwind-dw2.c: Likewise.
* unwind-dw2-fde.c: Likewise.
* unwind-dw2-fde-glibc.c: Likewise.
* unwind-dw2-fde.h: Likewise.
* unwind.h: Likewise.
* unwind-sjlj.c: Likewise.
* varasm.c: Likewise.
* varray.h: Likewise.
* vmsdbg.h: Likewise.
* vmsdbgout.c: Likewise.
* xcoffout.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 12e4a74e329..74ddd98a518 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -1,5 +1,5 @@ /* XCOFF definitions. These are needed in dbxout.c, final.c, - and xcoffout.h. + and xcoffout.h. Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of GCC. @@ -107,7 +107,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA if (*_p == '*') \ fprintf (asmfile, "%s", _p+1); \ else \ - for (; *_p != '[' && *_p; _p++) \ + for (; *_p != '[' && *_p; _p++) \ fprintf (asmfile, "%c", *_p); \ } \ else if (current_sym_addr) \ |