This commit is contained in:
2008-03-22 05:57:29 +00:00
parent db1956a245
commit c7dc0bfa81
5 changed files with 30 additions and 10 deletions

View File

@ -1,9 +1,13 @@
/*
* $Id: StdAwk.cpp 115 2008-03-03 11:13:15Z baconevi $
* $Id: StdAwk.cpp 152 2008-03-21 11:57:29Z baconevi $
*
* {License}
*/
#if defined(hpux) || defined(__hpux) || defined(__hpux__)
#define _INCLUDE__STDC_A1_SOURCE
#endif
#include <ase/awk/StdAwk.hpp>
#include <ase/cmn/str.h>
#include <ase/utl/stdio.h>

View File

@ -1,5 +1,5 @@
/*
* $Id: run.c 115 2008-03-03 11:13:15Z baconevi $
* $Id: run.c 152 2008-03-21 11:57:29Z baconevi $
*
* {License}
*/
@ -601,9 +601,9 @@ void* ase_awk_getruncustomdata (ase_awk_run_t* run)
return run->custom_data;
}
ase_map_t* ase_awk_getrunnamedvarmap (ase_awk_run_t* awk)
ase_map_t* ase_awk_getrunnamedvarmap (ase_awk_run_t* run)
{
return awk->named;
return run->named;
}
int ase_awk_run (ase_awk_t* awk,