Create a json_pointer_private.h and move a few things there, fix test warnings, note array_list_insert_idx is private.

This commit is contained in:
Eric Hawicz
2023-07-16 10:48:20 -04:00
parent 3b8363fcdc
commit efc530594b
8 changed files with 56 additions and 26 deletions

View File

@@ -176,4 +176,5 @@ JSONC_0.16 {
JSONC_0.17 {
# global:
# ...new symbols here...
# array_list_insert_idx is intentionally not exported
} JSONC_0.16;