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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:56:50 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit acf115aecb85a61dcf0a61b684e071a697a703f8
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 6 01:13:17 2002 +0000

    Attempt to fix symbol errors.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@698 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/WCError.h b/WebCore/kwq/WCError.h
index 8cad35f..3d56d38 100644
--- a/WebCore/kwq/WCError.h
+++ b/WebCore/kwq/WCError.h
@@ -28,13 +28,18 @@
 
 #import <Foundation/Foundation.h>
 
+#if defined(__cplusplus)
 extern "C" {
-
+#endif
+ 
 typedef id (*WCIFErrorMakeFunc)(int);
 void WCSetIFErrorMakeFunc(WCIFErrorMakeFunc func);
 
 extern WCIFErrorMakeFunc WCIFErrorMake;
 
+#if defined(__cplusplus)
 }
+#endif
+
 
 #endif /* __WCERROR__ */
diff --git a/WebCore/src/kwq/WCError.h b/WebCore/src/kwq/WCError.h
index 8cad35f..3d56d38 100644
--- a/WebCore/src/kwq/WCError.h
+++ b/WebCore/src/kwq/WCError.h
@@ -28,13 +28,18 @@
 
 #import <Foundation/Foundation.h>
 
+#if defined(__cplusplus)
 extern "C" {
-
+#endif
+ 
 typedef id (*WCIFErrorMakeFunc)(int);
 void WCSetIFErrorMakeFunc(WCIFErrorMakeFunc func);
 
 extern WCIFErrorMakeFunc WCIFErrorMake;
 
+#if defined(__cplusplus)
 }
+#endif
+
 
 #endif /* __WCERROR__ */

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list