* solib-target.c (solib_target_parse_libraries)
[HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
This commit is contained in:
parent
e2ec9d29b7
commit
899cff7a33
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user