This commit is contained in:
hyung-hwan 2007-12-12 20:46:07 +00:00
parent d32f95442e
commit 11551178fc

View File

@ -520,7 +520,8 @@ static int parse (ase_awk_t* awk)
}
}
if (awk->option & ASE_AWK_EXPLICIT)
if ((awk->option & ASE_AWK_EXPLICIT) &&
!(awk->option & ASE_AWK_IMPLICIT))
{
ase_size_t sz;