diff 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
line wrap: on
line diff
--- a/th_string.h	Thu Feb 09 23:59:00 2023 +0200
+++ b/th_string.h	Fri Feb 10 01:03:22 2023 +0200
@@ -198,14 +198,12 @@
 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int
 #define TH_VPRINTF_INTFMT_TYPE_S int
 #define TH_VPRINTF_INTFMT_TYPE_U unsigned int
-#define TH_VPRINTF_INTFMT_HEADER 1
 #include "th_printf1.c"
 
 
 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int64
 #define TH_VPRINTF_INTFMT_TYPE_S int64_t
 #define TH_VPRINTF_INTFMT_TYPE_U uint64_t
-#define TH_VPRINTF_INTFMT_HEADER 1
 #include "th_printf1.c"