fixed a minor problem in the Awk class and enhanced a test program for sed

This commit is contained in:
2009-06-08 00:23:53 +00:00
parent df2c125673
commit a6c0d71710
3 changed files with 73 additions and 37 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.cpp 182 2009-06-03 21:50:32Z hyunghwan.chung $
* $Id: Awk.cpp 189 2009-06-07 06:23:53Z hyunghwan.chung $
*
Copyright 2006-2009 Chung, Hyung-Hwan.
@ -81,7 +81,7 @@ void Awk::RIO::setHandle (void* handle)
this->riod->handle = handle;
}
Awk::RIO::operator Awk::Awk* () const
Awk::RIO::operator Awk* () const
{
rxtn_t* rxtn = (rxtn_t*) QSE_XTN (this->rtx);
return rxtn->run->awk;