--- linuxsampler/trunk/src/scriptvm/scanner.l 2020/02/01 15:51:54 3732 +++ linuxsampler/trunk/src/scriptvm/scanner.l 2020/02/01 18:11:20 3733 @@ -372,6 +372,7 @@ ">=" return GE; "const" return CONST_; // note: "CONST" is already defined for C/C++ compilers on Windows by default "polyphonic" return POLYPHONIC; +"patch" return PATCH; "mod" return MOD; "function" return FUNCTION; "call" return CALL;