/[svn]/linuxsampler/trunk/src/scriptvm/parser_shared.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/parser_shared.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3556 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC revision 3557 by schoenebeck, Sun Aug 18 00:06:04 2019 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 2014-2016 Christian Schoenebeck   * Copyright (c) 2014-2019 Christian Schoenebeck
3   *   *
4   * http://www.linuxsampler.org   * http://www.linuxsampler.org
5   *   *
# Line 25  Line 25 
25            
26  struct _YYSTYPE {  struct _YYSTYPE {
27      union {      union {
28          int iValue;          LinuxSampler::vmint iValue;
29          char* sValue;          char* sValue;
30      };      };
31      LinuxSampler::EventHandlersRef nEventHandlers;      LinuxSampler::EventHandlersRef nEventHandlers;

Legend:
Removed from v.3556  
changed lines
  Added in v.3557

  ViewVC Help
Powered by ViewVC