Adam Fedor wrote: > > I'm thinking of adding this change to gnustep-base > config/config.vsprintf. Richard changed this so the proper number of > arguments are passed to vsprintf, but this actually causes the program > to crash on my GNU/Linuxx/PPC (gcc 2.95). Anyone have a better idea?
It might have to do with different calling conventions for vararg functions on ppc. Maybe providing a prototype would help. - Alexander Malmberg _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
