/[svn]/linuxsampler/trunk/src/network/lscp.y
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscp.y

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

revision 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC revision 3787 by schoenebeck, Mon Jun 8 11:55:18 2020 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 - 2016 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2020 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 1479  static bool yyValid(std::vector<YYTYPE_I Line 1479  static bool yyValid(std::vector<YYTYPE_I
1479   */   */
1480  typedef std::set< std::vector<YYTYPE_INT16> > YYStackHistory;  typedef std::set< std::vector<YYTYPE_INT16> > YYStackHistory;
1481    
1482    /*
1483     * YYTERROR macro was removed in Bison 3.6.0, we need it in function below.
1484     */
1485    #ifndef YYTERROR
1486    # define YYTERROR YYSYMBOL_YYerror
1487    #endif
1488    
1489  #define DEBUG_BISON_SYNTAX_ERROR_WALKER 0  #define DEBUG_BISON_SYNTAX_ERROR_WALKER 0
1490    
1491  /**  /**

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

  ViewVC Help
Powered by ViewVC