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