diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-05 13:09:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-05 13:09:48 +0000 |
commit | e9efa03135334c079d640b06ff0e578f1c250cee (patch) | |
tree | e7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/dbxout.c | |
parent | 228ea8f053751510b29b2b323b2abe77a521ffbc (diff) | |
download | gcc-e9efa03135334c079d640b06ff0e578f1c250cee.tar.gz |
* c-pretty-print.c: Fix comment formatting.
* cfglayout.c: Likewise.
* cfgloopanal.c: Likewise.
* cppcharset.c: Likewise.
* dbxout.c: Likewise.
* ggc-page.c: Likewise.
* ggc.h: Likewise.
* target.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index ec59f5e8bcb..84700b447f6 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -541,7 +541,7 @@ dbxout_init (const char *input_file_name) dbxout_typedefs (syms); } -/* Output any typedef names for types described by TYPE_DECLs in SYMS. */ +/* Output any typedef names for types described by TYPE_DECLs in SYMS. */ static void dbxout_typedefs (tree syms) |