Changeset 456

Show
Ignore:
Timestamp:
08/26/08 11:06:01 (3 months ago)
Author:
saurik
Message:

Checkpoint of a recent iPhone/Java release.

Location:
trunk/data/jocstrap
Files:
4 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/jocstrap/closures.diff

    r368 r456  
    22--- jocstrap-1.0.2474/jocstrap/source/joc/Runtime.m     2008-07-14 02:07:50.000000000 +0000 
    33+++ jocstrap-1.0.2474+iPhone/jocstrap/source/joc/Runtime.m      2008-07-14 04:36:25.000000000 +0000 
    4 @@ -242,7 +242,11 @@ 
     4@@ -242,7 +242,7 @@ 
    55         @throw joc_FromObject(env, error); 
    66 } 
    77  
    8 +#ifdef __OBJC2__ 
    9  #define UseClosures false 
    10 +#else 
     8-#define UseClosures false 
    119+#define UseClosures true 
    12 +#endif 
    1310  
    1411 void ejprint(JNIEnv *env, jstring jvalue) {