r100812 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100811‎ | r100812 | r100813 >
Date:14:51, 26 October 2011
Author:platonides
Status:ok
Tags:
Comment:
Extra brace added in r100810.
Modified paths:
  • /trunk/tools/justMessages/justMessages.l (modified) (history)

Diff [purge]

Index: trunk/tools/justMessages/justMessages.l
@@ -74,7 +74,7 @@
7575
7676 {WHITESPACE}|{NEWLINE} ;
7777 <ERROR>.* { fprintf(stderr, "near %s\n", yytext); ERRORLEVEL(5); return 1; }
78 -. { fprintf(stderr, "%s: Error in state %d ", filename, YY_START); BEGIN(ERROR); unput(yytext[0]); }}
 78+. { fprintf(stderr, "%s: Error in state %d ", filename, YY_START); BEGIN(ERROR); unput(yytext[0]); }
7979
8080 %%
8181

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100810Actually remove find_rule (r100809 follow-up)platonides14:49, 26 October 2011

Status & tagging log