Remove unused ARGPAR_PRINTF_FORMAT macro
[argpar.git] / argpar / argpar.c
index 1c3a06178189e90ca93d8564121183f2c9ddc1c0..55995124fb6332e5a4a3cf8296b55d55adfde3b2 100644 (file)
 
 #define ARGPAR_ASSERT(_cond) assert(_cond)
 
-#ifdef __MINGW_PRINTF_FORMAT
-# define ARGPAR_PRINTF_FORMAT __MINGW_PRINTF_FORMAT
-#else
-# define ARGPAR_PRINTF_FORMAT printf
-#endif
-
 /*
  * An argpar iterator.
  *
This page took 0.022302 seconds and 4 git commands to generate.