corrected a lot of code using a map in awk

This commit is contained in:
2008-09-27 09:30:49 +00:00
parent ca18186e94
commit 7f9f5b1fc0
5 changed files with 79 additions and 65 deletions

View File

@ -44,7 +44,7 @@ ase_awk_t* ase_awk_openstd (void)
ase_awk_t* awk;
ext_t* ext;
awk = ase_awk_open (ASE_NULL, ASE_SIZEOF(ext_t), ASE_NULL);
awk = ase_awk_open (ASE_MMGR_GETDFL(), ASE_SIZEOF(ext_t));
ase_awk_setccls (awk, ASE_CCLS_GETDFL());
ext = (ext_t*)ASE_AWK_EXTENSION(awk);