]> git.saurik.com Git - cycript.git/blobdiff - sig/types.hpp
Do not ever use NULL type_s, even for ? encoding.
[cycript.git] / sig / types.hpp
index 150a057539c4faf20e36ca34d7c4f49eb26feac0..1c8b94db8bf009e9a79b1a2d2b00b1e28cf18ce4 100644 (file)
@@ -31,11 +31,13 @@ namespace sig {
 
 enum Primitive {
     function_P = '\0',
+    block_P = '\a',
+
+    unknown_P = '?',
     typename_P = '#',
     union_P = '(',
     string_P = '*',
     selector_P = ':',
-    block_P = '?',
     object_P = 'W',
     boolean_P = 'B',
     uchar_P = 'C',