Recovered from cvs revision 2007-10-08 09:43:00

This commit is contained in:
2007-10-08 18:50:00 +00:00
parent f3a2d73fba
commit 853d8e8e1e
6 changed files with 158 additions and 97 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.cpp,v 1.40 2007/10/04 04:48:27 bacon Exp $
* $Id: Awk.cpp,v 1.41 2007/10/07 15:27:39 bacon Exp $
*/
#include <ase/awk/StdAwk.hpp>
@ -133,7 +133,7 @@ public:
if (args[0].isIndexed())
{
Argument idx, val;
Argument idx(run), val(run);
int n = args[0].getFirstIndex (idx);
while (n > 0)
@ -158,7 +158,7 @@ public:
{
if (!args[0].isIndexed()) return 0;
Argument idx;
Argument idx (run);
long_t i;
int n = args[0].getFirstIndex (idx);

View File

@ -282,38 +282,10 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="awk.c"
RelativePath=".\awk.c"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug MD|Win32"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""
PreprocessorDefinitions=""
/>
</FileConfiguration>
</File>
</Filter>
<Filter