X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/7e5391fd937dd287b3aef363e641f2d3abc5f422..972c605412aefa381e7e05beb118943f4f21621f:/Cycript.l.in diff --git a/Cycript.l.in b/Cycript.l.in index 9e984b1..bdd25ed 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -385,7 +385,7 @@ XMLName {XMLNameStart}{XMLNamePart}* [ \t] L -<> if (yyextra->auto_) { yyextra->auto_ = false; return tk::AutoComplete_; } L yyterminate(); +<> if (yyextra->auto_) { yyextra->auto_ = false; return tk::AutoComplete; } L yyterminate(); . L { CYDriver::Error error;