Bump the size of the equivalence set to NCHARS; this file was left out
of a previous commit implementing equivalence classes.
This commit is contained in:
parent
dc957e3d2b
commit
4efc23dabf
@ -39,7 +39,7 @@ typedef struct {
|
||||
enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state;
|
||||
int cnt; /* character count */
|
||||
int lastch; /* last character */
|
||||
int equiv[2]; /* equivalence set */
|
||||
int equiv[NCHARS]; /* equivalence set */
|
||||
int *set; /* set of characters */
|
||||
char *str; /* user's string */
|
||||
} STR;
|
||||
|
Loading…
Reference in New Issue
Block a user