Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/15/1998 09:19:05
Module Name:	src
Committed By:	christos
Date:		Sun Nov 15 17:19:05 UTC 1998

Modified Files:
	src/lib/libc/stdio: vfprintf.c
Log Message:
This is ugly. There is a const castaway inside the print macro, so we cannot
use /* LINTED */ comments, since cpp will expand comments only at the macro
definition location, not at every expansion.