mirror of
https://github.com/cesanta/slre.git
synced 2024-11-17 08:55:30 +00:00
Merge branch 'master' of github.com:cesanta/slre
This commit is contained in:
commit
e5d1a3901a
3
slre.c
3
slre.c
@ -54,7 +54,8 @@ struct bracket_pair {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct branch {
|
struct branch {
|
||||||
int bracket_index; /* index into 'brackets' array defined above */
|
int bracket_index; /* index for 'struct bracket_pair brackets' */
|
||||||
|
/* array defined below */
|
||||||
const char *schlong; /* points to the '|' character in the regex */
|
const char *schlong; /* points to the '|' character in the regex */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user