Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: kristerw
Date: Sat Feb 20 00:33:55 UTC 1999
Modified Files:
src/sys/arch/sparc/include: stdarg.h
Log Message:
The recent simplification of the lint version of the va_arg macro broke
linting of vfprintf.c, where va_arg is used as
*va_arg(ap, quad_t *) = ret;
Make the macro slightly more complicated...
Home |
Main Index |
Thread Index |
Old Index