fixed minor bugs and cleaned up code

This commit is contained in:
2009-02-13 04:55:25 +00:00
parent 924f940fba
commit 464f43b821
8 changed files with 294 additions and 219 deletions

View File

@ -373,8 +373,6 @@ struct qse_awk_rtx_t
qse_size_t errlin;
qse_char_t errmsg[256];
void* data;
qse_awk_t* awk;
qse_awk_rcb_t* cbs;
};