added useful macros to ase_str_t and ase_map_t
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user