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

List:       kde-pim
Subject:    [Kde-pim] kdepim/libksieve
From:       Aaron J. Seigo <aseigo () olympusproject ! org>
Date:       2003-07-30 23:23:04
[Download RAW message or body]

CVS commit by aseigo: 

make this compile for those who use --enable-final.
CCMAIL:kde-pim@kde.org


  M +4 -0      ksieve/utf8validator.h   1.3
  M +0 -4      lexer.cpp   1.3
  M +0 -4      utf8validator.cpp   1.3


--- kdepim/libksieve/lexer.cpp  #1.2:1.3
@@ -97,8 +97,4 @@ namespace KSieve {
   }
 
-  static inline bool is8Bit( signed char ch ) {
-    return ch < 0;
-  }
-
   int Lexer::_strnicmp( const char * left, const char * right, size_t len ) const {
     return charsLeft() >= len ? qstrnicmp( left, right, len ) : 1 ;

--- kdepim/libksieve/utf8validator.cpp  #1.2:1.3
@@ -38,8 +38,4 @@
 namespace KSieve {
 
-  static inline bool is8Bit( signed char ch ) {
-    return ch < 0;
-  }
-
   static inline bool isUtf8TupelIndicator( unsigned char ch ) {
     return (ch & 0xE0) == 0xC0; // 110x xxxx

--- kdepim/libksieve/ksieve/utf8validator.h  #1.2:1.3
@@ -36,4 +36,8 @@
 namespace KSieve {
 
+  static inline bool is8Bit( signed char ch ) {
+    return ch < 0;
+  }
+
   bool isValidUtf8( const char * s, unsigned int len );
 


_______________________________________________
kde-pim mailing list
kde-pim@mail.kde.org
http://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/
[prev in list] [next in list] [prev in thread] [next in thread] 

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