diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-03-24 13:36:50 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-03-24 13:36:50 +0300 |
commit | 17218a672b89f3acf6381f6f84cec4641c9cf9d8 (patch) | |
tree | f5dc15bdcdeb2bb52059f73baca8564a45041a72 /include/jacson.h | |
parent | 1c857416928744d359bc3fc63cd765219bf0cb1c (diff) |
removed debug define in jacson
Diffstat (limited to 'include/jacson.h')
-rw-r--r-- | include/jacson.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jacson.h b/include/jacson.h index 046c1d7..921beaa 100644 --- a/include/jacson.h +++ b/include/jacson.h @@ -143,7 +143,6 @@ bool jacson_try_get_to(jacson_value *obj, enum jacson_type type, void *mem); -#define JACSON_IMPLEMENTATION #ifdef JACSON_IMPLEMENTATION #include <ctype.h> |