From: Jay Freeman (saurik) Date: Fri, 1 Jun 2012 10:05:58 +0000 (-0700) Subject: Support Objective-C class extension syntax. X-Git-Tag: v0.9.455~33 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/a630a9ebc9dd66eec45f5e3195abb48e37135135?ds=sidebyside Support Objective-C class extension syntax. --- 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