]> git.saurik.com Git - cycript.git/blobdiff - Decode.hpp
Avoid token precedence as Ruby blocks requirement.
[cycript.git] / Decode.hpp
index e65bb45879393536ce945e486b2d339a40b48ea0..be4e8b91dcb3b24b12e5686c1b32943d30669c03 100644 (file)
@@ -1,5 +1,5 @@
 /* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-2014  Jay Freeman (saurik)
+ * Copyright (C) 2009-2015  Jay Freeman (saurik)
 */
 
 /* GNU Affero General Public License, Version 3 {{{ */
@@ -24,7 +24,7 @@
 
 #include <sig/types.hpp>
 
-#include "Parser.hpp"
+#include "Syntax.hpp"
 
 CYTypedIdentifier *Decode(CYPool &pool, struct sig::Type *type);