added a dual direction pipe (rwpipe) to awk.

- will not work on WIN32 until qse_pcp_t is completed on the platform.
This commit is contained in:
2009-01-17 04:20:22 +00:00
parent 46e4ed5087
commit 07d8efa7c2
12 changed files with 204 additions and 115 deletions

View File

@ -1327,7 +1327,6 @@ int Awk::run (const char_t* main, const char_t** args, size_t nargs)
Run runctx (this);
runios.pipe = pipeHandler;
runios.coproc = QSE_NULL;
runios.file = fileHandler;
runios.console = consoleHandler;
runios.data = this;