/[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 3732 by schoenebeck, Fri Jan 31 10:57:53 2020 UTC revision 3733 by schoenebeck, Sat Feb 1 18:11:20 2020 UTC
# Line 372  UNIT     (s|(Hz)|B) Line 372  UNIT     (s|(Hz)|B)
372  ">=" return GE;  ">=" return GE;
373  "const" return CONST_; // note: "CONST" is already defined for C/C++ compilers on Windows by default  "const" return CONST_; // note: "CONST" is already defined for C/C++ compilers on Windows by default
374  "polyphonic" return POLYPHONIC;  "polyphonic" return POLYPHONIC;
375    "patch" return PATCH;
376  "mod" return MOD;  "mod" return MOD;
377  "function" return FUNCTION;  "function" return FUNCTION;
378  "call" return CALL;  "call" return CALL;

Legend:
Removed from v.3732  
changed lines
  Added in v.3733

  ViewVC Help
Powered by ViewVC