diff options
Diffstat (limited to 'lptypes.h')
-rw-r--r-- | lptypes.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -150,11 +150,9 @@ typedef struct Charset { | |||
150 | /* update the farthest failure */ | 150 | /* update the farthest failure */ |
151 | #define updatefarthest(s1,s2) { if ((s2) > (s1)) s1 = s2; } | 151 | #define updatefarthest(s1,s2) { if ((s2) > (s1)) s1 = s2; } |
152 | 152 | ||
153 | /* indicate whether the machine is matching a predicate or not */ | ||
154 | #define OUTPRED 0 | 153 | #define OUTPRED 0 |
155 | #define NOTPRED 1 | ||
156 | #define ANDPRED 2 | ||
157 | 154 | ||
155 | #define INPRED 1 | ||
158 | /* labeled failure end */ | 156 | /* labeled failure end */ |
159 | 157 | ||
160 | #endif | 158 | #endif |