On Thursday 09 January 2003 18:05, Alan Gutierrez wrote: > Variable macros like: > > #define DEBUG_PRINT(ctxt, fmt...) martijn@kenny:~/src/kde3/kdelibs/khtml > grep -r \ '#define[[:space:]]\+[[:alpha:]_]*(' * (output snipped) Most is 1-argument macros, a few 2, 3 and 4, but none of them use a variable number of arguments. I'd be interested to see the macros that fail compilation. Could you mail me some privately? -- Martijn