From: Jay Freeman (saurik) Date: Tue, 27 Apr 2010 00:35:43 +0000 (+0000) Subject: Accidentally lost a _ patch to .in confusion. X-Git-Tag: v0.9.432~75 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/972c605412aefa381e7e05beb118943f4f21621f?ds=sidebyside Accidentally lost a _ patch to .in confusion. --- 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;