]> git.saurik.com Git - cycript.git/commitdiff
Accidentally lost a _ patch to .in confusion.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 27 Apr 2010 00:35:43 +0000 (00:35 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 27 Apr 2010 00:35:43 +0000 (00:35 +0000)
Cycript.l.in

index 9e984b17080ed280cbb2bdeb0ce36f9cd044655c..bdd25ed31d661177c039b1f2b215f06b96124d27 100644 (file)
@@ -385,7 +385,7 @@ XMLName {XMLNameStart}{XMLNamePart}*
 
 [ \t] L
 
-<<EOF>> if (yyextra->auto_) { yyextra->auto_ = false; return tk::AutoComplete_; } L yyterminate();
+<<EOF>> if (yyextra->auto_) { yyextra->auto_ = false; return tk::AutoComplete; } L yyterminate();
 
 . L {
     CYDriver::Error error;