]> git.pld-linux.org Git - packages/eclipse-swt.git/commitdiff
- include stdlib.h if using NULL
authorsaq <saq@pld-linux.org>
Sat, 9 Apr 2005 15:52:07 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-swt-NULL.patch -> 1.1

eclipse-swt-NULL.patch [new file with mode: 0644]

diff --git a/eclipse-swt-NULL.patch b/eclipse-swt-NULL.patch
new file mode 100644 (file)
index 0000000..af57d44
--- /dev/null
@@ -0,0 +1,10 @@
+--- swt.c.orig 2005-04-09 14:38:56.000000000 +0000
++++ swt.c      2005-04-09 14:39:03.000000000 +0000
+@@ -9,6 +9,7 @@
+  *     IBM Corporation - initial API and implementation
+  *******************************************************************************/
+  
++#include <stdlib.h>
+ #include "swt.h"
+ int IS_JNI_1_2 = 0;
This page took 0.079063 seconds and 4 git commands to generate.