Merge pull request #2 from tempanon/patch-1

comment should be updated
pull/15/head
Sergey Lyubka 11 years ago
commit e3520fd7ee
  1. 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…
Cancel
Save