K 10 svn:author V 2 jb K 8 svn:date V 27 1998-05-08T05:10:32.000000Z K 7 svn:log V 193 Don't assign the va_list variable 'ap' directly to the argtable because va_list is not a pointer on alpha. Instead, use the va_arg() macro to return the address that is stored in the argtable. END