Date: Monday, January 8, 2007 @ 21:13:14
  Author: marc
    Path: /cvsroot/carob/carob/src

Modified: Common.cpp (1.57 -> 1.58)

Removed check for empty CAROB_LOG4CXX_NAME since it is not compatible with 
names with dots


------------+
 Common.cpp |    7 -------
 1 files changed, 7 deletions(-)


Index: carob/src/Common.cpp
diff -u carob/src/Common.cpp:1.57 carob/src/Common.cpp:1.58
--- carob/src/Common.cpp:1.57   Wed Dec 27 16:58:02 2006
+++ carob/src/Common.cpp        Mon Jan  8 21:13:14 2007
@@ -57,13 +57,6 @@
 
 #ifdef CAROB_LOG4CXX_NAME
 
-// Check that CAROB_LOG4CXX_NAME is not empty
-// gcc expands defined+empty macros to "1".
-#if CAROB_LOG4CXX_NAME == 1
-#error CAROB_LOG4CXX_NAME has an empty definition
-#endif
-// Expanding these to a white string will fail too: good
-
 using namespace log4cxx;
 
 // need two steps to delay expansion of argument

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to