diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-14 16:43:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-14 16:43:01 +0000 |
commit | dbe6e66d6a8addbbf9438f40a645be8ae105fa8a (patch) | |
tree | a745eb3196d4c031568256345790d85bc29edc63 /coreutils/wc.c | |
parent | a1120a8ea29d4a825cbbb796fa15d77b15ca401f (diff) | |
download | busybox-w32-dbe6e66d6a8addbbf9438f40a645be8ae105fa8a.tar.gz busybox-w32-dbe6e66d6a8addbbf9438f40a645be8ae105fa8a.tar.bz2 busybox-w32-dbe6e66d6a8addbbf9438f40a645be8ae105fa8a.zip |
trylink: automatically use custom link script if user provides one
vinfo_msg: one user (info_msg), incorporate in it
*: style fixes
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c index e74636578..627267d42 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c | |||
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | #include "libbb.h" | 44 | #include "libbb.h" |
45 | 45 | ||
46 | #if ENABLE_LOCALE_SUPPORT | 46 | #if ENABLE_LOCALE_SUPPORT |
47 | #define isspace_given_isprint(c) isspace(c) | 47 | #define isspace_given_isprint(c) isspace(c) |
48 | #else | 48 | #else |
49 | #undef isspace | 49 | #undef isspace |