diff options
Diffstat (limited to 'include/stdinc.h')
-rw-r--r-- | include/stdinc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/stdinc.h b/include/stdinc.h index 421a866..4596f8a 100644 --- a/include/stdinc.h +++ b/include/stdinc.h @@ -93,10 +93,10 @@ #define HYB_PATH_MAX 4096 #endif -//#if 0 && __GNUC__ +#if 0 && __GNUC__ #define AFP(a,b) __attribute__((format (printf, a, b))) -//#else -//#define AFP(a,b) -//#endif +#else +#define AFP(a,b) +#endif #endif |