Revision: 7177
          http://svn.sourceforge.net/mahogany/?rev=7177&view=rev
Author:   vadz
Date:     2006-12-22 05:20:39 -0800 (Fri, 22 Dec 2006)

Log Message:
-----------
use HAVE_ISO_VARARGS instead of HAVE_VARIADIC_MACROS because dspam configure 
defines the former and not the latter

Modified Paths:
--------------
    trunk/M/lib/dspam/src/auto-config.h.win32
    trunk/M/lib/dspam/src/error.h

Modified: trunk/M/lib/dspam/src/auto-config.h.win32
===================================================================
--- trunk/M/lib/dspam/src/auto-config.h.win32   2006-12-22 12:24:11 UTC (rev 
7176)
+++ trunk/M/lib/dspam/src/auto-config.h.win32   2006-12-22 13:20:39 UTC (rev 
7177)
@@ -15,7 +15,7 @@
 #endif
 
 #if defined(_MSC_VER) && (_MSC_VER < 1400)
-  #undef HAVE_VARIADIC_MACROS
+  #undef HAVE_ISO_VARARGS
 #endif
 
 #ifdef _MSC_VER

Modified: trunk/M/lib/dspam/src/error.h
===================================================================
--- trunk/M/lib/dspam/src/error.h       2006-12-22 12:24:11 UTC (rev 7176)
+++ trunk/M/lib/dspam/src/error.h       2006-12-22 13:20:39 UTC (rev 7177)
@@ -45,7 +45,7 @@
 #endif
 
 #ifndef DEBUG
-#ifdef HAVE_VARIADIC_MACROS
+#ifdef HAVE_ISO_VARARGS
 #define LOGDEBUG( ... );
 #else
 inline void LOGDEBUG (const char *err, ...) { }
@@ -55,7 +55,7 @@
 #endif
 
 #ifdef _WIN32
-#ifdef HAVE_VARIADIC_MACROS
+#ifdef HAVE_ISO_VARARGS
 #define LOG ( ... );
 #else
 inline void LOG (int priority, const char *err, ... ) { priority; err; }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to