/[svn]/linuxsampler/trunk/src/scriptvm/scanner.l
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/scanner.l

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2935 by schoenebeck, Sun Jul 10 14:24:13 2016 UTC revision 2942 by schoenebeck, Wed Jul 13 15:51:06 2016 UTC
# Line 271  ID       [a-zA-Z0-9_]+ Line 271  ID       [a-zA-Z0-9_]+
271    
272  [ \t\r]+ /* eat up whitespace */  [ \t\r]+ /* eat up whitespace */
273    
274  . printf( "Unrecognized character: '%s' (line %d, column %d\n", yytext, yylineno, yycolumn);  . printf( "Unrecognized character: '%s' (line %d, column %d)\n", yytext, yylineno, yycolumn);
275    
276  %%  %%
277    

Legend:
Removed from v.2935  
changed lines
  Added in v.2942

  ViewVC Help
Powered by ViewVC