]> andersk Git - libfaim.git/blobdiff - include/aim_internal.h
- Sat May 26 03:58:27 PDT 2001
[libfaim.git] / include / aim_internal.h
index 2ea22641295804b07422ea6edd8e97475ae9661b..8c5314db9a1eac7776342ae5dba1e4e13b3b74b3 100644 (file)
@@ -126,10 +126,12 @@ faim_internal int aim_chat_readroominfo(u_char *buf, struct aim_chat_roominfo *o
 
 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 */
This page took 0.032668 seconds and 4 git commands to generate.