--- linuxsampler/trunk/src/scriptvm/parser_shared.h 2019/08/15 09:09:21 3556 +++ linuxsampler/trunk/src/scriptvm/parser_shared.h 2019/08/18 00:06:04 3557 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2016 Christian Schoenebeck + * Copyright (c) 2014-2019 Christian Schoenebeck * * http://www.linuxsampler.org * @@ -25,7 +25,7 @@ struct _YYSTYPE { union { - int iValue; + LinuxSampler::vmint iValue; char* sValue; }; LinuxSampler::EventHandlersRef nEventHandlers;