Recovered from cvs revision 2007-09-20 08:04:00

This commit is contained in:
2007-09-22 00:29:00 +00:00
parent 841afe975d
commit b3ec4294b1
5 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.hpp,v 1.54 2007/09/18 14:30:41 bacon Exp $
* $Id: Awk.hpp,v 1.55 2007/09/19 11:38:12 bacon Exp $
*/
#ifndef _ASE_AWK_AWK_HPP_
@ -576,6 +576,8 @@ protected:
* -1, the source code reading is aborted and Awk::closeSource is
* called.
*
* \image html awk-extio.png
*
* The interpter is able to write back the internal parse tree
* if openSource returns 1 when the mode of the Source object
* is set to Awk::Source::WRITE. Then it calls writeSource until