CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/02 11:31:58
Modified files:
sys/sys : stdarg.h
sys/arch/arm/include: stdarg.h
sys/arch/sh/include: stdarg.h
Log message:
Change va_arg and va_end definitions from object-like macros to
function-like macros. Allows (questionable but legal) use of "va_arg"
as a local variable name in code that includes <stdarg.h>.
"seems right" deraadt@
