Diff for /embedaddon/expat/tests/minicheck.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:00:54 version 1.1.1.2, 2014/06/15 16:09:43
Line 18  extern "C" { Line 18  extern "C" {
 #define CK_NORMAL  1  #define CK_NORMAL  1
 #define CK_VERBOSE 2  #define CK_VERBOSE 2
   
/* Workaround for Tru64 Unix systems where the C compiler has a working/* Workaround for Microsoft's compiler and Tru64 Unix systems where the
   __func__, but the C++ compiler only has a working __FUNCTION__.  This   C compiler has a working __func__, but the C++ compiler only has a 
   could be fixed in configure.in, but it's not worth it right now. */   working __FUNCTION__.  This could be fixed in configure.in, but it's
#if defined(__osf__) && defined(__cplusplus)   not worth it right now. */
 #if defined (_MSC_VER) || (defined(__osf__) && defined(__cplusplus))
 #define __func__ __FUNCTION__  #define __func__ __FUNCTION__
 #endif  #endif
   

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>