X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b4aa79afea0c26718af8880c3ee8fea63eb21563..306919689b01f196599cc0c2109a1b589de88e93:/sig/types.hpp diff --git a/sig/types.hpp b/sig/types.hpp index 6af8fc6..580d999 100644 --- a/sig/types.hpp +++ b/sig/types.hpp @@ -1,4 +1,4 @@ -/* Cycript - Remove Execution Server and Disassembler +/* Cycript - Inlining/Optimizing JavaScript Compiler * Copyright (C) 2009 Jay Freeman (saurik) */ @@ -40,7 +40,7 @@ #ifndef SIG_TYPES_H #define SIG_TYPES_H -#include "minimal/stdlib.h" +#include "Standard.hpp" namespace sig { @@ -49,7 +49,8 @@ enum Primitive { union_P = '(', string_P = '*', selector_P = ':', - object_P = '@', + block_P = '?', + object_P = 'W', boolean_P = 'B', uchar_P = 'C', uint_P = 'I',