diff options
Diffstat (limited to 'lptypes.h')
-rw-r--r-- | lptypes.h | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -145,21 +145,6 @@ typedef struct Charset { | |||
145 | #define testchar(st,c) (((int)(st)[((c) >> 3)] & (1 << ((c) & 7)))) | 145 | #define testchar(st,c) (((int)(st)[((c) >> 3)] & (1 << ((c) & 7)))) |
146 | 146 | ||
147 | /* labeled failure begin */ | 147 | /* labeled failure begin */ |
148 | #define MAXLABELS (UCHAR_MAX + 1) | ||
149 | |||
150 | #define LABELSETSIZE CHARSETSIZE | ||
151 | |||
152 | typedef Charset Labelset; | ||
153 | |||
154 | #define setlabel setchar | ||
155 | |||
156 | #define testlabel testchar | ||
157 | |||
158 | /* access to labelset */ | ||
159 | #define treelabelset(t) ((byte *)((t) + (t)->u.s.plab)) | ||
160 | |||
161 | #define IDXLFAIL 0 | ||
162 | |||
163 | #define LFAIL 0 | 148 | #define LFAIL 0 |
164 | 149 | ||
165 | /* update the farthest failure */ | 150 | /* update the farthest failure */ |