corrected the value of QSE_AWK_NEXTOFILE
This commit is contained in:
parent
27fbfd6651
commit
444a82782e
@ -519,7 +519,7 @@ static int comparg (int argc, qse_char_t* argv[], struct arg_t* arg)
|
|||||||
{
|
{
|
||||||
|
|
||||||
{ QSE_T(":implicit"), QSE_T('\0') },
|
{ QSE_T(":implicit"), QSE_T('\0') },
|
||||||
{ QSE_T(":extrakws"), QSE_T('\0') },
|
{ QSE_T(":nextofile"), QSE_T('\0') },
|
||||||
{ QSE_T(":rio"), QSE_T('\0') },
|
{ QSE_T(":rio"), QSE_T('\0') },
|
||||||
{ QSE_T(":rwpipe"), QSE_T('\0') },
|
{ QSE_T(":rwpipe"), QSE_T('\0') },
|
||||||
{ QSE_T(":newline"), QSE_T('\0') },
|
{ QSE_T(":newline"), QSE_T('\0') },
|
||||||
|
@ -1008,7 +1008,7 @@ enum qse_awk_trait_t
|
|||||||
QSE_AWK_IMPLICIT = (1 << 0),
|
QSE_AWK_IMPLICIT = (1 << 0),
|
||||||
|
|
||||||
/** enables nextofile and NEXTOFILE */
|
/** enables nextofile and NEXTOFILE */
|
||||||
QSE_AWK_NEXTOFILE = (1 << 0),
|
QSE_AWK_NEXTOFILE = (1 << 1),
|
||||||
|
|
||||||
/** supports \b getline, \b print, \b printf, \b close, \b fflush,
|
/** supports \b getline, \b print, \b printf, \b close, \b fflush,
|
||||||
* piping, and file rediction */
|
* piping, and file rediction */
|
||||||
|
Loading…
Reference in New Issue
Block a user