changed the tokenizer not to read ahead before returning a token

This commit is contained in:
hyunghwan.chung
2016-09-23 08:56:25 +00:00
parent 2ea673dc23
commit 52d3e2528e
4 changed files with 129 additions and 80 deletions

View File

@ -1321,9 +1321,11 @@ STIX_EXPORT void stix_getsynerr (
/* ========================================================================= */
/* exec.c */
/* ========================================================================= */
int stix_getprimno (
stix_t* stix,
const stix_oocs_t* name
const stix_ooch_t* ptr,
stix_oow_t len
);
/* TODO: remove debugging functions */