diff options
author | Jay Freeman <saurik@saurik.com> | 2008-09-06 19:44:29 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-09-06 19:44:29 +0000 |
commit | 685666c6e02822966f20e79ee4d0070cc07c870c (patch) | |
tree | 658e29546b29fff6f020f3f9bb6c1303ad20454d /data/jocstrap/closures.diff | |
parent | 3eab1a228422e95ca4642cf087c42904972d3fd1 (diff) |
A few recent bug fixes to JocStrap for memory management.
git-svn-id: http://svn.telesphoreo.org/trunk@462 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/jocstrap/closures.diff')
-rw-r--r-- | data/jocstrap/closures.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/jocstrap/closures.diff b/data/jocstrap/closures.diff deleted file mode 100644 index ddcdc3880..000000000 --- a/data/jocstrap/closures.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru jocstrap-1.0.2474/jocstrap/source/joc/Runtime.m jocstrap-1.0.2474+iPhone/jocstrap/source/joc/Runtime.m ---- jocstrap-1.0.2474/jocstrap/source/joc/Runtime.m 2008-07-14 02:07:50.000000000 +0000 -+++ jocstrap-1.0.2474+iPhone/jocstrap/source/joc/Runtime.m 2008-07-14 04:36:25.000000000 +0000 -@@ -242,7 +242,7 @@ - @throw joc_FromObject(env, error); - } - --#define UseClosures false -+#define UseClosures true - - void ejprint(JNIEnv *env, jstring jvalue) { - const char *cvalue = (*(*env)->GetStringUTFChars)(env, jvalue, NULL); |