--- linuxsampler/trunk/src/scriptvm/scanner.l 2014/05/31 20:54:39 2584 +++ linuxsampler/trunk/src/scriptvm/scanner.l 2014/05/31 21:09:25 2585 @@ -209,7 +209,7 @@ "to" return TO; "<=" return LE; ">=" return GE; -"const" return CONST; +"const" return CONST_; // note: "CONST" is already defined for C/C++ compilers on Windows by default "polyphonic" return POLYPHONIC; "mod" return MOD;