From a630a9ebc9dd66eec45f5e3195abb48e37135135 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 1 Jun 2012 03:05:58 -0700 Subject: [PATCH] Support Objective-C class extension syntax. --- Cycript.yy.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cycript.yy.in b/Cycript.yy.in index 925481a..f289f76 100644 --- a/Cycript.yy.in +++ b/Cycript.yy.in @@ -1594,7 +1594,7 @@ ClassStatement ; CategoryName - : "(" Word ")" + : "(" WordOpt ")" ; CategoryStatement -- 2.47.2