On Tue, Oct 01, 2013 at 10:33:40PM +0200, Roberto E. Vargas Caballero wrote: > > I applied the patch to tip ( eeae9b0 ) but compilation fails due to > > a redefinition of a the tsetchar function: > > Sorry, I don't know why my gcc version doesn't give me the error (some > type of overloading????). This version uses a different name for this > new function.
As function overloading does not seem to be supported by C I have no idea why you did not get any errors... > -- >8 -- > > Subject: [PATCH] Add support for multiple charset definitions > > [...] This one compiled without a problem. Thanks! Cheers, Silvan
