Module: wine Branch: master Commit: 9cb557913077891d569cdbacc31c1b014f407643 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9cb557913077891d569cdbacc3...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 9 09:30:18 2015 +0100
wrc: Remove an unused lexer definition.
---
tools/wrc/parser.l | 1 - 1 file changed, 1 deletion(-)
diff --git a/tools/wrc/parser.l b/tools/wrc/parser.l index 16a487f..80072b2 100644 --- a/tools/wrc/parser.l +++ b/tools/wrc/parser.l @@ -90,7 +90,6 @@
/* Some shortcut definitions */ ws [ \f\t\r] -cident [a-zA-Z_][0-9a-zA-Z_]*
%{