[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2007-05-03 12:57:06
Message-ID: 1178197026.644452.9971.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 660694 by lunakl:

KDE_WEAK -> KDE_WEAK_SYMBOL



 M  +3 -3      kdecore/kdemacros.h.in  
 M  +3 -3      kio/kio/kprotocolinfo.h  


--- branches/KDE/3.5/kdelibs/kdecore/kdemacros.h.in #660693:660694
@@ -206,15 +206,15 @@
     RESERVE_VIRTUAL_9
 
 /**
- * The KDE_WEAK macro can be used to tell the compiler that
+ * The KDE_WEAK_SYMBOL macro can be used to tell the compiler that
  * a particular function should be a weak symbol (that e.g. may be overriden
  * in another library, -Bdirect will not bind this symbol directly)
  */
 
 #ifdef __GNUC__
-#define KDE_WEAK __attribute__((__weak__))
+#define KDE_WEAK_SYMBOL __attribute__((__weak__))
 #else
-#define KDE_WEAK
+#define KDE_WEAK_SYMBOL
 #endif
 
 #endif /* _KDE_MACROS_H_ */
--- branches/KDE/3.5/kdelibs/kio/kio/kprotocolinfo.h #660693:660694
@@ -97,7 +97,7 @@
    * the whole URL.
    */
 #ifdef KPROTOCOLINFO_KDECORE
-  KDE_WEAK
+  KDE_WEAK_SYMBOL
 #endif
   static bool isKnownProtocol( const QString& protocol );
 
@@ -225,7 +225,7 @@
    * the whole URL.
    */
 #ifdef KPROTOCOLINFO_KDECORE
-  KDE_WEAK
+  KDE_WEAK_SYMBOL
 #endif
   static bool isHelperProtocol( const QString& protocol );
 
@@ -252,7 +252,7 @@
    * the whole URL.
    */
 #ifdef KPROTOCOLINFO_KDECORE
-  KDE_WEAK
+  KDE_WEAK_SYMBOL
 #endif
   static bool isFilterProtocol( const QString& protocol );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic