]> git.saurik.com Git - cycript.git/blobdiff - Scanner.lpp.in
Remove "!super" hack: "super" is always a keyword.
[cycript.git] / Scanner.lpp.in
index 2a858c1739b43d7d394343f8cdadefc06d6495d3..c775f91769ec5e84ed46b2b15434bd9bb0aa8bd0 100644 (file)
@@ -505,7 +505,7 @@ XMLName {XMLNameStart}{XMLNamePart}*
 "set"             L /*III*/ F(tk::_set_, hi::Meta);
 "short"           L /*FII*/ F(tk::_short_, hi::Type);
 "static"          L /*FS?*/ F(tk::_static_, hi::Meta);
-"super"           L /*FFK*/ F(yyextra->super_.top() ? tk::_super__ : tk::_super_, hi::Constant);
+"super"           L /*FFK*/ F(tk::_super_, hi::Constant);
 "switch"          L /*KKK*/ F(tk::_switch_, hi::Control);
 "synchronized"    L /*FII*/ F(tk::_synchronized_, hi::Meta);
 "this"            L /*KKK*/ F(tk::_this_, hi::Constant);