diff options
Diffstat (limited to 'include/u8c/dbgprint.h')
-rw-r--r-- | include/u8c/dbgprint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/u8c/dbgprint.h b/include/u8c/dbgprint.h index 2f974d2..8c5ea31 100644 --- a/include/u8c/dbgprint.h +++ b/include/u8c/dbgprint.h @@ -14,7 +14,8 @@ If not, see <https://www.gnu.org/licenses/>. */ /* Debug print */ -# if !defined(u8c_dbgprint) +# if !defined(u8c_sym_dbgprint) +# define u8c_sym_dbgprint # if defined(NDEBUG) # define u8c_dbgprint(...) ((void)0x0) # else |