[or-cvs] One is the language; the other is the compiler

Nick Mathewson nickm at seul.org
Fri May 9 02:41:29 UTC 2003


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv24760/src/common

Modified Files:
	log.h 
Log Message:
One is the language; the other is the compiler

Index: log.h
===================================================================
RCS file: /home/or/cvsroot/src/common/log.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- log.h	9 May 2003 02:25:37 -0000	1.2
+++ log.h	9 May 2003 02:41:27 -0000	1.3
@@ -8,6 +8,9 @@
 /*
  * Changes :
  * $Log$
+ * Revision 1.3  2003/05/09 02:41:27  nickm
+ * One is the language; the other is the compiler
+ *
  * Revision 1.2  2003/05/09 02:25:37  nickm
  * work on versioning; new log_fn function
  *
@@ -39,7 +42,7 @@
 /* Outputs a message to stdout and also logs the same message using syslog. */
 void log(int severity, const char *format, ...);
 
-#ifdef __GNUCC__
+#ifdef __GNUC__
 #define log_fn(severity, format, args...) \
   log((severity), __PRETTY_FUNCTION__ # "(): " # format, ##args)
 #else



More information about the tor-commits mailing list