X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmTestFUNCTION.cxx;h=db316f4e0e152301fe49fef65de4fa5fbfe8a85a;hb=c192f5eb557ecea1d654ac753998a16c36551e81;hp=cf9ef0aece1209e3f5f1c72aa714dc2a61c6c912;hpb=8eb8cf0967b210f6cee3c052f89f7d344acf144e;p=gdcm.git diff --git a/gdcmTestFUNCTION.cxx b/gdcmTestFUNCTION.cxx index cf9ef0ae..db316f4e 100644 --- a/gdcmTestFUNCTION.cxx +++ b/gdcmTestFUNCTION.cxx @@ -3,6 +3,11 @@ int TestFUNCTION() { +#ifdef __BORLANDC__ + #ifndef __FUNCTION__ + #define __FUNCTION__ __FUNC__ + #endif +#endif const char *f = __FUNCTION__; int r = strcmp( "TestFUNCTION", f); return r;