From: malaterre Date: Wed, 12 Jan 2005 15:58:03 +0000 (+0000) Subject: BUG: Fix the FUNCTION on borland X-Git-Tag: Version1.0.bp~372 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cb3e5481586abf9387b6e5b867b93b4dcfb60611;p=gdcm.git BUG: Fix the FUNCTION on borland --- diff --git a/gdcmTestFUNCTION.cxx b/gdcmTestFUNCTION.cxx index 51a42b98..db316f4e 100644 --- a/gdcmTestFUNCTION.cxx +++ b/gdcmTestFUNCTION.cxx @@ -5,7 +5,7 @@ int TestFUNCTION() { #ifdef __BORLANDC__ #ifndef __FUNCTION__ - #define __FUNCTION__ __FUNCT__; + #define __FUNCTION__ __FUNC__ #endif #endif const char *f = __FUNCTION__;