]> Creatis software - gdcm.git/commitdiff
BUG: Fix the FUNCTION on borland
authormalaterre <malaterre>
Wed, 12 Jan 2005 15:58:03 +0000 (15:58 +0000)
committermalaterre <malaterre>
Wed, 12 Jan 2005 15:58:03 +0000 (15:58 +0000)
gdcmTestFUNCTION.cxx

index 51a42b98aa7069139721e8009929fdf3e8a6dd04..db316f4e0e152301fe49fef65de4fa5fbfe8a85a 100644 (file)
@@ -5,7 +5,7 @@ int TestFUNCTION()
 {
 #ifdef __BORLANDC__
   #ifndef __FUNCTION__
-    #define __FUNCTION__ __FUNCT__;
+    #define __FUNCTION__ __FUNC__
   #endif
 #endif
   const char *f = __FUNCTION__;