Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/22/2001 02:29:47
Module Name:	basesrc
Committed By:	itojun
Date:		Mon Jan 22 00:29:47 UTC 2001

Modified Files:
	basesrc/lib/libc/locale: Makefile.inc setlocale.c
Added Files:
	basesrc/lib/libc/locale: __mb_cur_max.c

Log Message:
move __mb_cur_max to dedicated *.o, so that we do not pull in
locale stuff just by calling printf().


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 basesrc/lib/libc/locale/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/lib/libc/locale/__mb_cur_max.c
cvs rdiff -r1.32 -r1.33 basesrc/lib/libc/locale/setlocale.c

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