Added new state information for forthcomming new algorithms

[SVN r14889]
This commit is contained in:
John Maddock
2002-08-15 11:30:08 +00:00
parent 13f9af564d
commit bb711db956

View File

@ -268,6 +268,7 @@ struct re_repeat : public re_jump
int id;
bool leading;
bool greedy;
bool singleton;
};