Works on rhel5 with the space: [EMAIL PROTECTED] ~]$ gcc --version gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-14) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
How would log_printf continue to work with spaces before the ( if the api you added doesn't work? I'd rather not have code in the base that is not dependent on a lack of a space before the ( call. Regards -steve On Wed, 2008-04-23 at 08:14 +0100, Christine Caulfield wrote: > Steven Dake wrote: > > The patch looks good except for the extraneous changes to logsys_t2.c > > which are unneeded. > > Actually, they are needed. without them logsys_t2.c doesn't compile (on > my Fedora 8 system at least) because the preprocessor can't match up > parameterised macro in the header file with the non-parameterised macro > (it thinks, because of the space after the name) in the .c file. > > try it ... ;-) > > > > > Please remove that part of the patch and apply. > _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
