--- linuxsampler/trunk/src/scriptvm/parser.y 2017/05/30 17:20:02 3257 +++ linuxsampler/trunk/src/scriptvm/parser.y 2017/05/31 14:41:04 3259 @@ -69,6 +69,7 @@ %token LE "operator '<='" %token GE "operator '>='" %token END_OF_FILE 0 "end of file" +%token UNKNOWN_CHAR "unknown character" %type script sections %type section eventhandler