Recovered from cvs revision 2007-10-10 13:22:00

This commit is contained in:
2007-10-10 22:33:00 +00:00
parent c79702df8e
commit 3cfcc8b0c9
13 changed files with 2261 additions and 2114 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.cpp,v 1.41 2007/10/07 15:27:39 bacon Exp $
* $Id: Awk.cpp,v 1.42 2007/10/10 03:37:49 bacon Exp $
*/
#include <ase/awk/StdAwk.hpp>
@ -16,6 +16,11 @@
#include <unistd.h>
#endif
#if defined(_WIN32) && defined(_MSC_VER) && defined(_DEBUG)
#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>
#endif
class TestAwk: public ASE::StdAwk
{
public:

Binary file not shown.