]> err.no Git - util-linux/commit
build-sys: fix ifdef ENABLE_WIDECHAR usage
authorKarel Zak <kzak@redhat.com>
Tue, 30 Jan 2007 12:49:50 +0000 (13:49 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 30 Jan 2007 12:49:50 +0000 (13:49 +0100)
commit06b04b23cdff2f038e4f341a1247c51b5261f332
tree0f454ed17bcacc6fdd14b6db2c3375b90fadab4b
parent5b0d01d619beafb50dfb6b62bdff2dfd364fab8c
build-sys: fix ifdef ENABLE_WIDECHAR usage

There has been unexpected mix of HAVE_WIDECHAR and ENABLE_WIDECHAR macros. The
ENABLE_WIDECHAR is old version and has to be replaced everywhere otherwise we
will see bugs with multibyte stuff.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/widechar.h
misc-utils/cal.c
text-utils/column.c
text-utils/more.c
text-utils/pg.c
text-utils/ul.c