*** empty log message ***

This commit is contained in:
2006-07-21 05:05:03 +00:00
parent 40b4aecca7
commit 42ba51c5b3
2 changed files with 218 additions and 73 deletions

View File

@ -23,7 +23,7 @@ int xp_main (int argc, const xp_char_t* argv[])
}
ptn = XP_T("^he.llo(jo(in|kk)s|com)+h*e{1,40}abc");
ptn = XP_T("^he.llo(jo(in|kk)s|com)+h*e{1,40}abc|[^abc][de-f]|^he.llo(jo(in|kk)s|com)+h*e{1,40}abc|[^abc][de-f]");
if (xp_awk_rex_compile (rex, ptn, xp_strlen(ptn)) == -1)
{
xp_printf (XP_T("cannot compile pattern...\n"));