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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:05:23 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a0c157a4859f45b9b65778e6f8f9bd80df9be098
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 27 04:53:19 2003 +0000

            * WebKitPrefix.h: Add a definition of NULL here so we get the stricter type checking
            even on pre-Merlot systems.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5267 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c293e0f..e31abf2 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-26  Darin Adler  <darin at apple.com>
+
+        * WebKitPrefix.h: Add a definition of NULL here so we get the stricter type checking
+        even on pre-Merlot systems.
+
 === Safari-111 ===
 
 2003-10-24  Richard Williamson   <rjw at apple.com>
diff --git a/WebKit/WebKitPrefix.h b/WebKit/WebKitPrefix.h
index 9c26c97..90d0755 100644
--- a/WebKit/WebKitPrefix.h
+++ b/WebKit/WebKitPrefix.h
@@ -1,3 +1,5 @@
+#define NULL ((void *)0)
+
 #import <stddef.h>
 #import <stdio.h>
 #import <fcntl.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list