From 9d26c71414ef009975676e2037202ad99f9ca40c Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 19 Apr 2013 19:50:27 +0000 Subject: - Revert to -r1831 git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1834 82007160-df01-0410-b94d-b575c5fd34c7 --- include/stdinc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/stdinc.h') 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 -- cgit