aboutsummaryrefslogtreecommitdiff
path: root/bfd/cache.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-07-14 07:22:02 +0000
committerNick Clifton <nickc@redhat.com>2005-07-14 07:22:02 +0000
commit1787c3409c5ec021c17f6e31b2f006f8afb34fb0 (patch)
tree98e88404ec5f63fc25adf43661aed4317b9e4e35 /bfd/cache.c
parent15ac1d4f68f6ee5be2df0e125b101759f27dfd12 (diff)
(bfd_last_cache): Initialise to NULL.
Diffstat (limited to 'bfd/cache.c')
-rw-r--r--bfd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cache.c b/bfd/cache.c
index 163fa2bb26..33850b68bb 100644
--- a/bfd/cache.c
+++ b/bfd/cache.c
@@ -177,7 +177,7 @@ DESCRIPTION
determine when it can avoid a function call.
*/
-bfd *bfd_last_cache;
+bfd *bfd_last_cache = NULL;
/*
INTERNAL_FUNCTION