You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2005/03/03 04:47:51 UTC

cvs commit: logging-log4cxx/include/log4cxx/spi/location locationinfo.h

carnold     2005/03/02 19:47:51

  Modified:    include/log4cxx/spi/location locationinfo.h
  Log:
  LOGCXX-24: Wrong predef'd macro for location with VC 7+
  
  Revision  Changes    Path
  1.12      +1 -1      logging-log4cxx/include/log4cxx/spi/location/locationinfo.h
  
  Index: locationinfo.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/spi/location/locationinfo.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- locationinfo.h	15 Feb 2005 23:56:00 -0000	1.11
  +++ locationinfo.h	3 Mar 2005 03:47:51 -0000	1.12
  @@ -130,7 +130,7 @@
     #if !defined(LOG4CXX_LOCATION)
   #if defined(_MSC_VER)
   #if _MSC_VER >= 1300
  -      #define __LOG4CXX_FUNC__ __FUNCDNAME__
  +      #define __LOG4CXX_FUNC__ __FUNCSIG__
   #endif
   #else
   #if defined(__GCC)