(bfd_last_cache): Initialise to NULL.

This commit is contained in:
Nick Clifton 2005-07-14 07:22:02 +00:00
parent 15ac1d4f68
commit 1787c3409c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-14 Paul Woegerer <paul.woegerer@nsc.com>
* cache.c (bfd_last_cache): Initialise to NULL.
2005-07-14 Daniel Marques <marques@cs.cornell.edu>
Nick Clifton <nickc@redhat.com>

View File

@ -177,7 +177,7 @@ DESCRIPTION
determine when it can avoid a function call.
*/
bfd *bfd_last_cache;
bfd *bfd_last_cache = NULL;
/*
INTERNAL_FUNCTION