On Tuesday 30 June 2009 Tom Tromey wrote: > >>>>> "Vladimir" == Vladimir Prus writes: > > Vladimir> I've checked in the below obvious cleanup. > > Vladimir> +#include "typeprint.h" > > FYI, this doesn't declare anything of interest. > > type_to_string is declared, strangely, in value.h. > (I would have expected gdbtypes.h, myself.) Boo. I don't really understand why a function defined in typeprint.c is declared in random headers ;-) I've checked in the below obvious cleanup. - Volodya