Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 03/03/2003 10:49:17
Module Name:	src
Committed By:	tshiozak
Date:		Mon Mar  3 08:49:16 UTC 2003

Modified Files:
	src/lib/libc/locale: runetype.h
	src/usr.bin/mklocale: lex.l yacc.y

Log Message:
use UINT32_C and PRIu32 macros instead of 0x...U and %u.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libc/locale/runetype.h
cvs rdiff -r1.5 -r1.6 src/usr.bin/mklocale/lex.l
cvs rdiff -r1.12 -r1.13 src/usr.bin/mklocale/yacc.y

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