summaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-05 22:11:21 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-05 22:11:21 +0000
commitdfe09cce7fdd034d198e46f6fc9127094162550d (patch)
treec82a399277d5efe697a879308c7e2870fbb15a79 /gcc/ggc-common.c
parentea913091109fdb9f2d28904bda5228ae099f68d3 (diff)
downloadgcc-dfe09cce7fdd034d198e46f6fc9127094162550d.tar.gz
* cse.c: Fix formatting.
* dwarf2asm.c: Likewise. * dwarf2out.c: Likewise. * explow.c: Likewise. * expmed.c: Likewise. * function.c: Likewise. * gcov.c: Likewise. * gencheck.c: Likewise. * genrecog.c: Likewise. * ggc-common.c: Likewise. * ggc-page.c: Likewise. * global.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48570 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r--gcc/ggc-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c
index 5fdd5e16fdd..77614ff8b5b 100644
--- a/gcc/ggc-common.c
+++ b/gcc/ggc-common.c
@@ -1,5 +1,5 @@
/* Simple garbage collection for the GNU compiler.
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GCC.
@@ -165,7 +165,7 @@ ggc_del_root (base)
x = x->next;
}
- abort();
+ abort ();
}
/* Add a hash table to be scanned when all roots have been processed. We