From cb3e5481586abf9387b6e5b867b93b4dcfb60611 Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 12 Jan 2005 15:58:03 +0000 Subject: [PATCH] BUG: Fix the FUNCTION on borland --- gdcmTestFUNCTION.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__; -- 2.48.1