mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Minor code documentation update: Add explanatory comment w.r.t. MSVC.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20510 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -169,7 +169,8 @@ void qof_log_set_default(QofLogLevel log_level);
|
||||
#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 { \
|
||||
|
||||
Reference in New Issue
Block a user