*** empty log message ***

This commit is contained in:
2006-02-05 16:00:33 +00:00
parent df6cb70eb7
commit 4df4cec9da
6 changed files with 170 additions and 42 deletions

View File

@ -78,7 +78,7 @@ int xp_main (int argc, xp_char_t* argv[])
return -1;
}
awk.opt.parse = XP_AWK_EXPLICIT | XP_AWK_UNIQUE;
awk.opt.parse = XP_AWK_EXPLICIT | XP_AWK_UNIQUE | XP_AWK_SHADING | XP_AWK_IMPLICIT;
if (xp_awk_parse(&awk) == -1) {
xp_printf (
XP_TEXT("error: cannot parse program - [%d] %s\n"),