comparison th_string.h @ 765:c9a6fe116453

Invert some preprocessor conditions for clarity.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 10 Feb 2023 01:03:22 +0200
parents 4181d43f91f9
children 6c06cf786789
comparison
equal deleted inserted replaced
764:0abba6091bd1 765:c9a6fe116453
196 196
197 197
198 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int 198 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int
199 #define TH_VPRINTF_INTFMT_TYPE_S int 199 #define TH_VPRINTF_INTFMT_TYPE_S int
200 #define TH_VPRINTF_INTFMT_TYPE_U unsigned int 200 #define TH_VPRINTF_INTFMT_TYPE_U unsigned int
201 #define TH_VPRINTF_INTFMT_HEADER 1
202 #include "th_printf1.c" 201 #include "th_printf1.c"
203 202
204 203
205 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int64 204 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int64
206 #define TH_VPRINTF_INTFMT_TYPE_S int64_t 205 #define TH_VPRINTF_INTFMT_TYPE_S int64_t
207 #define TH_VPRINTF_INTFMT_TYPE_U uint64_t 206 #define TH_VPRINTF_INTFMT_TYPE_U uint64_t
208 #define TH_VPRINTF_INTFMT_HEADER 1
209 #include "th_printf1.c" 207 #include "th_printf1.c"
210 208
211 209
212 #ifdef TH_PRINTF_DEBUG 210 #ifdef TH_PRINTF_DEBUG
213 extern bool th_printf_debug; 211 extern bool th_printf_debug;