]> git.saurik.com Git - cycript.git/blobdiff - Decode.hpp
Temporary hack to support older JavaScriptCore :/.
[cycript.git] / Decode.hpp
index e65bb45879393536ce945e486b2d339a40b48ea0..0946cd374a73678b05606405ac7597d4c2597ff4 100644 (file)
@@ -1,5 +1,5 @@
-/* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-2014  Jay Freeman (saurik)
+/* Cycript - The Truly Universal Scripting Language
+ * Copyright (C) 2009-2016  Jay Freeman (saurik)
 */
 
 /* GNU Affero General Public License, Version 3 {{{ */
@@ -24,8 +24,8 @@
 
 #include <sig/types.hpp>
 
-#include "Parser.hpp"
+#include "Syntax.hpp"
 
-CYTypedIdentifier *Decode(CYPool &pool, struct sig::Type *type);
+CYType *CYDecodeType(CYPool &pool, struct sig::Type *type);
 
 #endif//DECODE_HPP