[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:13 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 9f208e2d614576441cd4e17e55e707f2ac83a1df
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Oct 1 15:13:44 2001 +0000
Yes I'm a dummy ... #ifdef USING_BORROWED_QSTRINGLIST must be
#ifndef USING_BORROWED_QSTRINGLIST
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@237 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/kwq/KWQStrList.h b/WebCore/kwq/KWQStrList.h
index c439d6f..f88a879 100644
--- a/WebCore/kwq/KWQStrList.h
+++ b/WebCore/kwq/KWQStrList.h
@@ -30,7 +30,7 @@
#include <config.h>
#endif
-#ifdef USING_BORROWED_QSTRINGLIST
+#ifndef USING_BORROWED_QSTRINGLIST
#include <qstring.h>
#include <qlist.h>
diff --git a/WebCore/src/kwq/KWQStrList.h b/WebCore/src/kwq/KWQStrList.h
index c439d6f..f88a879 100644
--- a/WebCore/src/kwq/KWQStrList.h
+++ b/WebCore/src/kwq/KWQStrList.h
@@ -30,7 +30,7 @@
#include <config.h>
#endif
-#ifdef USING_BORROWED_QSTRINGLIST
+#ifndef USING_BORROWED_QSTRINGLIST
#include <qstring.h>
#include <qlist.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list