From eefd43fada99517f9ad662510392e898412ec867 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 23 Apr 2019 16:52:39 -0500 Subject: [PATCH] new jsmn issue oopsie --- src/lib/16_map.h | 3 --- src/lib/jsmn | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib/16_map.h b/src/lib/16_map.h index 3e133574..f99193b5 100755 --- a/src/lib/16_map.h +++ b/src/lib/16_map.h @@ -43,9 +43,6 @@ //typedefs moved to 16_tdef.h -void jsmn_init(jsmn_parser *parser); -int jsmn_parse(jsmn_parser *parser, const char *js, const size_t len, jsmntok_t *tokens, const unsigned int num_tokens); - int jsoneq(const char *json, jsmntok_t *tok, const char *s); //word dump(const char *js, jsmntok_t *t, size_t count, word indent, char *js_sv, map_t *map, dword q); //int loadmap(char *mn, map_t *map, global_game_variables_t *gvar); diff --git a/src/lib/jsmn b/src/lib/jsmn index fdcef3eb..18e9fe42 160000 --- a/src/lib/jsmn +++ b/src/lib/jsmn @@ -1 +1 @@ -Subproject commit fdcef3ebf886fa210d14956d3c068a653e76a24e +Subproject commit 18e9fe42cbfe21d65076f5c77ae2be379ad1270f -- 2.11.0