implemented /re/i for case-insensitive patterns

This commit is contained in:
Vern Paxson 2018-06-26 15:59:41 -07:00
parent bd5414d8d5
commit 80b3b82b54
8 changed files with 117 additions and 27 deletions

View file

@ -23,7 +23,6 @@ extern void add_input_file_at_front(const char* file);
extern void add_to_name_list(char* s, char delim, name_list& nl);
extern void begin_RE();
extern void end_RE();
extern void do_atif(Expr* expr);
extern void do_atifdef(const char* id);