K 10 svn:author V 6 alfred K 8 svn:date V 27 2003-12-11T11:30:26.000000Z K 7 svn:log V 307 This patch fixes two little portability (to !GCC compilers) problems: 1. Use C99-style variable argument macros rather than GNU ones. 2. Don't cast id to ident_t. Its type is already ident_t and casting to a union type is a constraint violation. Submitted by: Stefan Farfeleder END