K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-04-12T06:50:51.000000Z K 7 svn:log V 183 Fix definition of va_start: We don't need to take the address of va_list. It's a builtin type. gcc 3.1 doesn't care either way, but gcc 3.2 is more picky and doesn't like the former. END