/[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 3260 by schoenebeck, Wed May 31 21:07:44 2017 UTC revision 3285 by schoenebeck, Thu Jun 22 10:45:38 2017 UTC
# Line 216  ID       [a-zA-Z0-9_]+ Line 216  ID       [a-zA-Z0-9_]+
216      processLocation();      processLocation();
217  }  }
218  <PREPROC_BODY_EAT>.* { /* eat up code block filtered out by preprocessor */  <PREPROC_BODY_EAT>.* { /* eat up code block filtered out by preprocessor */
219      processLocation();      yyextra->addPreprocessorComment(yylloc->first_line, yylloc->last_line,
220                                        yylloc->first_column+1, yylloc->last_column+1);
221  }  }
222    
223    

Legend:
Removed from v.3260  
changed lines
  Added in v.3285

  ViewVC Help
Powered by ViewVC