[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:48:11 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 203742cb29b758986026c496e2ea5ca176aeaf5b
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 1 15:12:49 2001 +0000

    Oops! unterminated `#if' conditional in last checkin
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@236 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQStrList.h b/WebCore/kwq/KWQStrList.h
index f2dead5..c439d6f 100644
--- a/WebCore/kwq/KWQStrList.h
+++ b/WebCore/kwq/KWQStrList.h
@@ -30,7 +30,7 @@
 #include <config.h>
 #endif
 
-#ifndef USING_BORROWED_QSTRINGLIST
+#ifdef USING_BORROWED_QSTRINGLIST
 
 #include <qstring.h>
 #include <qlist.h>
@@ -67,3 +67,5 @@ public:
 // This will help to keep the linker from complaining about empty archives
 void KWQStrList_Dummy() {}
 #endif
+
+#endif
diff --git a/WebCore/src/kwq/KWQStrList.h b/WebCore/src/kwq/KWQStrList.h
index f2dead5..c439d6f 100644
--- a/WebCore/src/kwq/KWQStrList.h
+++ b/WebCore/src/kwq/KWQStrList.h
@@ -30,7 +30,7 @@
 #include <config.h>
 #endif
 
-#ifndef USING_BORROWED_QSTRINGLIST
+#ifdef USING_BORROWED_QSTRINGLIST
 
 #include <qstring.h>
 #include <qlist.h>
@@ -67,3 +67,5 @@ public:
 // This will help to keep the linker from complaining about empty archives
 void KWQStrList_Dummy() {}
 #endif
+
+#endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list