[uClibc-cvs] svn commit: trunk/uClibc++/include

gkajmowi at uclibc.org gkajmowi at uclibc.org
Tue Jun 14 16:32:49 UTC 2005


Author: gkajmowi
Date: 2005-06-14 10:32:48 -0600 (Tue, 14 Jun 2005)
New Revision: 10541

Log:
Change define name to try and avoid clashes

Modified:
   trunk/uClibc++/include/basic_definitions


Changeset:
Modified: trunk/uClibc++/include/basic_definitions
===================================================================
--- trunk/uClibc++/include/basic_definitions	2005-06-14 16:27:13 UTC (rev 10540)
+++ trunk/uClibc++/include/basic_definitions	2005-06-14 16:32:48 UTC (rev 10541)
@@ -23,11 +23,11 @@
 //The following is used to support GCC symbol visibility patch
 
 #ifdef GCC_HASCLASSVISIBILITY
-	#define DLLEXPORT __attribute__ ((visibility("default")))
-	#define DLLLOCAL __attribute__ ((visibility("hidden")))
+	#define UCXXEXPORT __attribute__ ((visibility("default")))
+	#define UCXXLOCAL __attribute__ ((visibility("hidden")))
 #else
-	#define DLLEXPORT
-	#define DLLLOCAL
+	#define UCXXEXPORT
+	#define UCXXLOCAL
 
 #endif
 




More information about the uClibc-cvs mailing list