diff options
Diffstat (limited to 'include/u8c/dbg.h')
-rw-r--r-- | include/u8c/dbg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/u8c/dbg.h b/include/u8c/dbg.h index e389195..e517a79 100644 --- a/include/u8c/dbg.h +++ b/include/u8c/dbg.h @@ -14,8 +14,8 @@ If not, see <https://www.gnu.org/licenses/>. */ /* Debug */ -# if !defined(u8c_sym_debug) -# define u8c_sym_debug +# if !defined(u8c_sym_dbg) +# define u8c_sym_dbg # include <stdbool.h> extern bool const u8c_dbg; # endif |