/[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 2581 by schoenebeck, Fri May 30 12:48:05 2014 UTC revision 2585 by schoenebeck, Sat May 31 21:09:25 2014 UTC
# Line 209  ID       [a-zA-Z0-9_]* Line 209  ID       [a-zA-Z0-9_]*
209  "to" return TO;  "to" return TO;
210  "<=" return LE;  "<=" return LE;
211  ">=" return GE;  ">=" return GE;
212  "const" return CONST;  "const" return CONST_; // note: "CONST" is already defined for C/C++ compilers on Windows by default
213  "polyphonic" return POLYPHONIC;  "polyphonic" return POLYPHONIC;
214  "mod" return MOD;  "mod" return MOD;
215    

Legend:
Removed from v.2581  
changed lines
  Added in v.2585

  ViewVC Help
Powered by ViewVC