Subject: CVS commit: src/sys/arch/sh3/include
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 09/25/2007 01:50:47
Module Name:	src
Committed By:	uwe
Date:		Tue Sep 25 01:50:47 UTC 2007

Modified Files:
	src/sys/arch/sh3/include: locore.h

Log Message:
Don't expose asm macros (traditional cpp) to C code (ANSI cpp) so that
we don't have to do weird dances protecting # that indicates asm
immediate operand from being iterpreted as cpp stringification
operator.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/sh3/include/locore.h

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