]> git.saurik.com Git - cycript.git/blobdiff - Bridge.def
Test compiler flags for every language separately.
[cycript.git] / Bridge.def
index 486b0ab981a2dd5eb63b31e3a0ab43d1a161ba83..3cf53b067c087b9b8749a5e156c3747985eae0f6 100644 (file)
@@ -23,6 +23,8 @@ T float f
 T double d
 
 T Boolean B
+T BOOL B
+T bool B
 
 T int8_t {char}
 T uint8_t {byte}
@@ -31,7 +33,7 @@ T uint16_t {ushort}
 T int32_t {int}
 T uint32_t {uint}
 T int64_t {longlong}
-T uint64_6 {ulonglong}
+T uint64_t {ulonglong}
 
 T SInt8 {int8_t}
 T UInt8 {uint8_t}
@@ -342,7 +344,7 @@ V UIKeyboardAnimationDurationUserInfoKey @
 
 F UIApplicationMain ii^^c@@
 
-F UIImageJPEGRepresentation @@
+F UIImageJPEGRepresentation @@f
 F UIImagePNGRepresentation @@
 F UIImageWriteToSavedPhotosAlbum v@@:^v
 
@@ -1614,7 +1616,7 @@ C RTLD_NEXT -1
 C RTLD_DEFAULT -2
 C RTLD_SELF -3
 
-S dl_info "dli_fname"*"dli_fbase"v^"dli_sname"*"dli_saddr"^v
+S dl_info "dli_fname"*"dli_fbase"^v"dli_sname"*"dli_saddr"^v
 T Dl_info {dl_info}
 
 F dladdr i^rv^{dl_info}