summaryrefslogtreecommitdiffstats
path: root/usr.bin/tr/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tr/extern.h')
-rw-r--r--usr.bin/tr/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h
index f84d382..a5ed577 100644
--- a/usr.bin/tr/extern.h
+++ b/usr.bin/tr/extern.h
@@ -40,7 +40,7 @@
typedef struct {
enum { STRING1, STRING2 } which;
- enum { EOS, INFINITE, NORMAL, SEQUENCE,
+ enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE,
SET, SET_UPPER, SET_LOWER } state;
int cnt; /* character count */
int lastch; /* last character */
OpenPOWER on IntegriCloud