Subject: CVS commit: syssrc/sys/arch/news68k/stand
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 04/30/2002 04:07:28
Module Name:	syssrc
Committed By:	tsutsui
Date:		Tue Apr 30 01:07:27 UTC 2002

Modified Files:
	syssrc/sys/arch/news68k/stand/boot: boot.c devopen.c
	syssrc/sys/arch/news68k/stand/bootxx: bootxx.c

Log Message:
Make sure whole DPRINTF()s are actually disabled on normal build.
It seems compiler does not remove text strings in while(0) statement
on its optimization.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/news68k/stand/boot/boot.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/news68k/stand/boot/devopen.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/news68k/stand/bootxx/bootxx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.