diff options
-rw-r--r-- | coreutils/tr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index f423ab0cf..f72d23c03 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -83,7 +83,6 @@ static unsigned int expand(const char *arg, char *buffer) | |||
83 | char *buffer_start = buffer; | 83 | char *buffer_start = buffer; |
84 | unsigned i; /* XXX: FIXME: use unsigned char? */ | 84 | unsigned i; /* XXX: FIXME: use unsigned char? */ |
85 | unsigned char ac; | 85 | unsigned char ac; |
86 | #if ENABLE_FEATURE_TR_CLASSES | ||
87 | #define CLO ":]" | 86 | #define CLO ":]" |
88 | const char * const classes[] = { | 87 | const char * const classes[] = { |
89 | "alpha"CLO, "alnum"CLO, "digit"CLO, "lower"CLO, "upper"CLO, "space"CLO, | 88 | "alpha"CLO, "alnum"CLO, "digit"CLO, "lower"CLO, "upper"CLO, "space"CLO, |
@@ -102,7 +101,6 @@ static unsigned int expand(const char *arg, char *buffer) | |||
102 | //#define CLASS_xdigit 10 | 101 | //#define CLASS_xdigit 10 |
103 | //#define CLASS_graph 11 | 102 | //#define CLASS_graph 11 |
104 | //#define CLASS_print 12 | 103 | //#define CLASS_print 12 |
105 | #endif | ||
106 | while (*arg) { | 104 | while (*arg) { |
107 | if (*arg == '\\') { | 105 | if (*arg == '\\') { |
108 | arg++; | 106 | arg++; |