diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 20:12:57 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 20:12:57 +0000 |
commit | ac0c7fb1dcdaddb68f447b490882265dfd7f688c (patch) | |
tree | 6a84e83a4ac5cdeb8d3b26f3d9d3dd04135fad57 /gcc/tree-dump.c | |
parent | 2946814668620b21c7bc698159597888ebc9d857 (diff) | |
download | gcc-ac0c7fb1dcdaddb68f447b490882265dfd7f688c.tar.gz |
* toplev.c: Fix formatting.
* tree.c: Likewise.
* tree-dump.c: Likewise.
* unroll.c: Likewise.
* unwind-dw2.c: Likewise.
* unwind-dw2-fde.c: Likewise.
* unwind-dw2-fde-glibc.c: Likewise.
* unwind-sjlj.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48749 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r-- | gcc/tree-dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index fe520793668..9eac6e075f1 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. Written by Mark Mitchell <mark@codesourcery.com> This file is part of GCC. @@ -331,7 +331,7 @@ dequeue_and_dump (di) break; default: - abort(); + abort (); } } else if (DECL_P (t)) |