Merge branch 'master' of github.com:cesanta/slre

This commit is contained in:
Sergey Lyubka 2013-09-28 02:06:26 +01:00
commit e5d1a3901a

3
slre.c
View File

@ -54,7 +54,8 @@ struct bracket_pair {
};
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 */
};