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

List:       kde-commits
Subject:    KDE/kdelibs/solid/solid/backends/hal
From:       Kevin Ottens <ervin () kde ! org>
Date:       2007-08-27 16:31:09
Message-ID: 1188232269.222674.30935.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 705278 by ervin:

Remove the KDE_NO_EXPORT, useless here.
Apparently breaks on PPC.


 M  +3 -3      halprocessor.cpp  


--- trunk/KDE/kdelibs/solid/solid/backends/hal/halprocessor.cpp #705277:705278
@@ -84,10 +84,10 @@
 #endif
 
 #ifdef __PPC__
-static sigjmp_buf KDE_NO_EXPORT jmpbuf;
-static sig_atomic_t KDE_NO_EXPORT canjump = 0;
+static sigjmp_buf jmpbuf;
+static sig_atomic_t canjump = 0;
 
-static void KDE_NO_EXPORT sigill_handler( int sig )
+static void sigill_handler( int sig )
 {
     if ( !canjump ) {
         signal( sig, SIG_DFL );
[prev in list] [next in list] [prev in thread] [next in thread] 

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