fixed input console handling in cmd/awk/awk.c

This commit is contained in:
2008-12-10 02:50:16 +00:00
parent 261c499217
commit 8dd3401465
2 changed files with 81 additions and 44 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.h 455 2008-11-26 09:05:00Z baconevi $
* $Id: awk.h 464 2008-12-09 08:50:16Z baconevi $
*
* {License}
*/
@ -48,7 +48,7 @@ struct ase_awk_extio_t
int type; /* [IN] console, file, coproc, pipe */
int mode; /* [IN] read, write, etc */
ase_char_t* name; /* [IN] */
void* data; /* [IN] */
void* data; /* [IN] */
void* handle; /* [OUT] */
/* input */