r20510 - gnucash/trunk/src/libqof/qof - Minor code documentation update: Add explanatory comment w.r.t. MSVC.

Christian Stimming cstim at code.gnucash.org
Sat Apr 2 15:02:32 EDT 2011


Author: cstim
Date: 2011-04-02 15:02:32 -0400 (Sat, 02 Apr 2011)
New Revision: 20510
Trac: http://svn.gnucash.org/trac/changeset/20510

Modified:
   gnucash/trunk/src/libqof/qof/qoflog.h
Log:
Minor code documentation update: Add explanatory comment w.r.t. MSVC.

Modified: gnucash/trunk/src/libqof/qof/qoflog.h
===================================================================
--- gnucash/trunk/src/libqof/qof/qoflog.h	2011-04-02 19:02:21 UTC (rev 20509)
+++ gnucash/trunk/src/libqof/qof/qoflog.h	2011-04-02 19:02:32 UTC (rev 20510)
@@ -169,7 +169,8 @@
 #define PRETTY_FUNC_NAME qof_log_prettify(G_STRFUNC)
 
 #ifdef _MSC_VER
-/* Microsoft Visual Studio */
+/* Microsoft Visual Studio: MSVC compiler has a different syntax for
+ * macros with variadic argument list. */
 
 /** Log a fatal error */
 #define FATAL(format, ...) do { \



More information about the gnucash-changes mailing list