[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Make the __FUNCTION__ chicanery work properly
Update of /home/or/cvsroot/libevent
In directory moria.mit.edu:/tmp/cvs-serv26815
Modified Files:
config.h.in
Log Message:
Make the __FUNCTION__ chicanery work properly
Index: config.h.in
===================================================================
RCS file: /home/or/cvsroot/libevent/config.h.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config.h.in 22 Feb 2005 05:31:33 -0000 1.2
+++ config.h.in 22 Feb 2005 05:44:24 -0000 1.3
@@ -226,3 +226,6 @@
/* Define to `unsigned char' if <sys/types.h> does not define. */
#undef u_int8_t
+
+/* Define to __FUNCTION__ or __file__ if your compiler doesn't have __func__ */
+#undef __func__