diff options
author | Serge A. Zaitsev <devnull@localhost> | 2012-02-01 17:15:54 +0200 |
---|---|---|
committer | Serge A. Zaitsev <devnull@localhost> | 2012-02-01 17:15:54 +0200 |
commit | 30f932772ecd749f43b9e9fda18626d3895e4c1c (patch) | |
tree | 1d84677568e9493346d356926068324c4e9993c4 /jsmn.h | |
parent | 929e2337562c21d17b4ee31b1db90ccf0fa09d8d (diff) |
tested partial parser for strings, added primitive string parser test, fixed token allocation
Diffstat (limited to 'jsmn.h')
-rw-r--r-- | jsmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ typedef struct { */ typedef struct { unsigned int pos; - int curtoken; + int toknext; int *cursize; } jsmn_parser; |