added useful macros to ase_str_t and ase_map_t

This commit is contained in:
2008-09-25 02:16:41 +00:00
parent dfc1e83f7c
commit 327fd11974
5 changed files with 36 additions and 21 deletions

View File

@ -47,7 +47,7 @@ ase_awk_t* ase_awk_openstd (void)
awk = ase_awk_open (ASE_NULL, ASE_SIZEOF(ext_t), ASE_NULL);
ase_awk_setccls (awk, ASE_CCLS_GETDFL());
ext = (ext_t*) ase_awk_getextension (awk);
ext = (ext_t*)ASE_AWK_EXTENSION(awk);
ext->prmfns.pow = custom_awk_pow;
ext->prmfns.sprintf = custom_awk_sprintf;
ext->prmfns.dprintf = custom_awk_dprintf;