diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-19 19:50:27 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-19 19:50:27 +0000 |
commit | 9d26c71414ef009975676e2037202ad99f9ca40c (patch) | |
tree | 87cf77340dec3ec70f30c6480c296dff534c5143 /include/stdinc.h | |
parent | d014cc6c4d39b7ff37a5bfb4640c1af3a87df699 (diff) |
- Revert to -r1831
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1834 82007160-df01-0410-b94d-b575c5fd34c7
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 |