changed awk to handle IGNORECASE with a regular expression engine that doesn't have a run-time option but has a compile-time option

This commit is contained in:
2013-08-23 15:19:29 +00:00
parent 47677ca566
commit d841c9f62f
21 changed files with 1127 additions and 1236 deletions

View File

@ -307,8 +307,8 @@ struct qse_awk_rtx_t
struct
{
void* rs;
void* fs;
void* rs[2];
void* fs[2];
int ignorecase;
qse_long_t nr;