From 3fc53550b37bd61d5e4fde77f71c71976b105041 Mon Sep 17 00:00:00 2001
From: "Jay Freeman (saurik)" <saurik@saurik.com>
Date: Tue, 21 Jan 2014 05:53:59 -0800
Subject: [PATCH] Replace AtEncode in grammar with "@encode" token.

---
 Cycript.yy.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cycript.yy.in b/Cycript.yy.in
index c8a1862..8368f81 100644
--- a/Cycript.yy.in
+++ b/Cycript.yy.in
@@ -1470,7 +1470,7 @@ EncodedType
     ;
 
 PrimaryExpression
-    : AtEncode "(" EncodedType ")" { $$ = $3; }
+    : "@encode" "(" EncodedType ")" { $$ = $3; }
     ;
 /* }}} */
 /* Cycript (Objective-C): @class Declaration {{{ */
-- 
2.47.2