]> Creatis software - gdcm.git/blobdiff - gdcmTestFUNCTION.cxx
COMP: MacOSX does not respect opengroup definition of timeval which has a time_t...
[gdcm.git] / gdcmTestFUNCTION.cxx
index cf9ef0aece1209e3f5f1c72aa714dc2a61c6c912..db316f4e0e152301fe49fef65de4fa5fbfe8a85a 100644 (file)
@@ -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;