]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Don't initialize pos when creating the parser context. Remove CurrentToken and make...
authorCloudwalk <cloudwalk009@gmail.com>
Mon, 10 May 2021 17:58:48 +0000 (13:58 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Mon, 10 May 2021 17:58:48 +0000 (13:58 -0400)
commit3f1984b7ff5c4bed57ba385d03e5bb37a7679b84
tree6a7f67df7d93943ee624387896debf89f7d1d5d9
parent389670bd79faf96b610b4a4b85d1a147283dc984
Don't initialize pos when creating the parser context. Remove CurrentToken and make NextToken initialize pos instead. Avoids having to call SkipToToken twice.
json.c
parser.c
parser.h