io: deprecate CGLM_NO_PRINTS_NOOP

This commit is contained in:
Recep Aslantas
2020-08-08 10:53:35 +03:00
parent 4054d9a190
commit 66f6bbde6c

View File

@@ -30,10 +30,13 @@
*/
/* DEPRECATED: CGLM_NO_PRINTS_NOOP (use CGLM_DEFINE_PRINTS) */
#ifndef cglm_io_h
#define cglm_io_h
#if defined(DEBUG) || defined(_DEBUG) \
|| defined(CGLM_DEFINE_PRINTS) || defined(CGLM_LIB_SRC)
|| defined(CGLM_DEFINE_PRINTS) || defined(CGLM_LIB_SRC) \
|| defined(CGLM_NO_PRINTS_NOOP)
#include "common.h"