Bert Wesarg wrote:

BTW: here is the C89 GNU extension for this:

http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gcc/Variadic-Macros.html

But this part of the patch isn't really needed, it is only a short cut
to pass arguments to the macro callback.

Note, we can't use gcc extensions here without breaking many other platforms. Set your compiler to pure ANSI C if you're not sure what's ANSI C89 vs. a gcc extension.

--
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to