[or-cvs] Fix build on linux; macos is still messed up
Nick Mathewson
nickm at seul.org
Fri May 9 03:37:21 UTC 2003
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv28209/src/common
Modified Files:
log.h
Log Message:
Fix build on linux; macos is still messed up
Index: log.h
===================================================================
RCS file: /home/or/cvsroot/src/common/log.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- log.h 9 May 2003 02:41:27 -0000 1.3
+++ log.h 9 May 2003 03:37:18 -0000 1.4
@@ -8,6 +8,9 @@
/*
* Changes :
* $Log$
+ * Revision 1.4 2003/05/09 03:37:18 nickm
+ * Fix build on linux; macos is still messed up
+ *
* Revision 1.3 2003/05/09 02:41:27 nickm
* One is the language; the other is the compiler
*
@@ -44,7 +47,7 @@
#ifdef __GNUC__
#define log_fn(severity, format, args...) \
- log((severity), __PRETTY_FUNCTION__ # "(): " # format, ##args)
+ log((severity), __PRETTY_FUNCTION__ "(): " # format , ##args)
#else
#define log_fn log
#endif
More information about the tor-commits
mailing list