r100810 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100809‎ | r100810 | r100811 >
Date:14:49, 26 October 2011
Author:platonides
Status:resolved
Tags:
Comment:
Actually remove find_rule (r100809 follow-up)
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]); if (0) goto find_rule; }
 78+. { fprintf(stderr, "%s: Error in state %d ", filename, YY_START); BEGIN(ERROR); unput(yytext[0]); }}
7979
8080 %%
8181

Follow-up revisions

RevisionCommit summaryAuthorDate
r100812Extra brace added in r100810.platonides14:51, 26 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100809We are using flex, not lex....platonides14:48, 26 October 2011

Status & tagging log