redefined runtime io handlers
This commit is contained in:
@ -79,7 +79,7 @@ enum qse_awk_nde_type_t
|
||||
enum qse_awk_in_type_t
|
||||
{
|
||||
/* the order of these values match
|
||||
* __in_type_map and __in_opt_map in eio.c */
|
||||
* __in_type_map and __in_opt_map in rio.c */
|
||||
|
||||
QSE_AWK_IN_PIPE,
|
||||
QSE_AWK_IN_RWPIPE,
|
||||
@ -90,7 +90,7 @@ enum qse_awk_in_type_t
|
||||
enum qse_awk_out_type_t
|
||||
{
|
||||
/* the order of these values match
|
||||
* __out_type_map and __out_opt_map in eio.c */
|
||||
* __out_type_map and __out_opt_map in rio.c */
|
||||
|
||||
QSE_AWK_OUT_PIPE,
|
||||
QSE_AWK_OUT_RWPIPE, /* dual direction pipe */
|
||||
|
Reference in New Issue
Block a user