/[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 3053 by schoenebeck, Wed Dec 14 17:34:54 2016 UTC revision 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 2014 Christian Schoenebeck   * Copyright (c) 2014-2016 Christian Schoenebeck
3   *   *
4   * http://www.linuxsampler.org   * http://www.linuxsampler.org
5   *   *
# Line 40  struct _YYSTYPE { Line 40  struct _YYSTYPE {
40  };  };
41  #define YYSTYPE _YYSTYPE  #define YYSTYPE _YYSTYPE
42  #define yystype YYSTYPE     ///< For backward compatibility.  #define yystype YYSTYPE     ///< For backward compatibility.
43  #define YYSTYPE_IS_DECLARED ///< We tell the lexer / parser that we use our own data structure as defined above.  #ifndef YYSTYPE_IS_DECLARED
44    # define YYSTYPE_IS_DECLARED ///< We tell the lexer / parser that we use our own data structure as defined above.
45    #endif
46    
47  #endif // LS_INSTRSCRIPTSPARSER_SHARED_H  #endif // LS_INSTRSCRIPTSPARSER_SHARED_H

Legend:
Removed from v.3053  
changed lines
  Added in v.3054

  ViewVC Help
Powered by ViewVC