summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-09-06 23:49:18 -0600
committerJeff Law <law@gcc.gnu.org>1999-09-06 23:49:18 -0600
commitc5c7673583c6310e7f8e45704fdc4aadff33e393 (patch)
treef1a67b6ea75a7f0da3f06e0a1c60b213f4403168 /gcc/bitmap.c
parentad85216ece38be37dacbbb3fa7bb7db69aa33a4b (diff)
downloadgcc-c5c7673583c6310e7f8e45704fdc4aadff33e393.tar.gz
Merge in gcc2-ss-010999
From-SVN: r29150
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r--gcc/bitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index b4fc0971601..b6d1dbf2f67 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -29,7 +29,6 @@ Boston, MA 02111-1307, USA. */
/* Obstack to allocate bitmap elements from. */
static struct obstack bitmap_obstack;
static int bitmap_obstack_init = FALSE;
-
#ifndef INLINE
#ifndef __GNUC__