* solib-target.c (solib_target_parse_libraries)

[HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
This commit is contained in:
Joel Brobecker 2007-10-12 21:52:07 +00:00
parent e2ec9d29b7
commit 899cff7a33
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-12 Joel Brobecker <brobecker@adacore.com>
* solib-target.c (solib_target_parse_libraries)
[HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
2007-10-12 Jim Blandy <jimb@codesourcery.com>
* serial.h (struct serial_ops): Document read_prim to return zero

View File

@ -51,7 +51,7 @@ DEF_VEC_P(lm_info_p);
#if !defined(HAVE_LIBEXPAT)
static VEC(lm_info_p)
static VEC(lm_info_p) *
solib_target_parse_libraries (const char *library)
{
static int have_warned;