libfaim/aim_internal.h

changeset 1899
a7dc5427297e
parent 1839
8ccb8f83aaab
child 1959
87a4cd1b8868
--- a/libfaim/aim_internal.h	Mon May 28 03:36:04 2001 +0000
+++ b/libfaim/aim_internal.h	Mon May 28 03:53:23 2001 +0000
@@ -126,10 +126,12 @@
 
 faim_internal void faimdprintf(struct aim_session_t *sess, int dlevel, const char *format, ...);
 
+#ifndef FAIM_INTERNAL_INSANE
 /* why the hell wont cpp let you use #error inside #define's? */
 /* isn't it single-pass? so the #error would get passed to the compiler --jbm */
 #define printf() printf called inside libfaim
 #define sprintf() unbounded sprintf used inside libfaim
+#endif
 
 #endif /* __AIM_INTERNAL_H__ */
 #endif /* FAIM_INTERNAL */

mercurial