This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix phony iconv build


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> This is a regression caused by commit cda6c55bd399 (Turn wchar
Pedro> iterator into a class).  The problem is that iconv_t is now exposed in
Pedro> charset.h, while before it was only used in charset.c.  gdb/charset.c,
Pedro> under #ifdef PHONY_ICONV, does:

I'm sorry about that.

Pedro> So it seems the simplest is to use 'int' in the header file too.
Pedro> Tromey, WDYT?

Looks good, thanks.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]