diff options
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 fe52079..9eac6e0 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)) |