[BACK]Return to nlmheader.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / binutils

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/binutils/Attic/nlmheader.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2016/01/26 17:26:09 version 1.1.1.1.2.1, 2016/11/04 14:43:53
Line 1 
Line 1 
 /* A Bison parser, made by GNU Bison 2.3.  */  /* A Bison parser, made by GNU Bison 3.0.  */
   
 /* Skeleton interface for Bison's Yacc-like parsers in C  /* Bison interface for Yacc-like parsers in C
   
    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006     Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
    Free Software Foundation, Inc.  
   
    This program is free software; you can redistribute it and/or modify     This program is free software: you can redistribute it and/or modify
    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
    the Free Software Foundation; either version 2, or (at your option)     the Free Software Foundation, either version 3 of the License, or
    any later version.     (at your option) any later version.
   
    This program is distributed in the hope that it will be useful,     This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
Line 16 
Line 15 
    GNU General Public License for more details.     GNU General Public License for more details.
   
    You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software     along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
    Foundation, Inc., 51 Franklin Street, Fifth Floor,  
    Boston, MA 02110-1301, USA.  */  
   
 /* As a special exception, you may create a larger work that contains  /* As a special exception, you may create a larger work that contains
    part or all of the Bison parser skeleton and distribute that work     part or all of the Bison parser skeleton and distribute that work
Line 33 
Line 30 
    This special exception was added by the Free Software Foundation in     This special exception was added by the Free Software Foundation in
    version 2.2 of Bison.  */     version 2.2 of Bison.  */
   
 /* Tokens.  */  #ifndef YY_YY_NLMHEADER_H_INCLUDED
   # define YY_YY_NLMHEADER_H_INCLUDED
   /* Debug traces.  */
   #ifndef YYDEBUG
   # define YYDEBUG 0
   #endif
   #if YYDEBUG
   extern int yydebug;
   #endif
   
   /* Token type.  */
 #ifndef YYTOKENTYPE  #ifndef YYTOKENTYPE
 # define YYTOKENTYPE  # define YYTOKENTYPE
    /* Put the tokens into the symbol table, so that GDB and other debuggers    enum yytokentype
       know about them.  */    {
    enum yytokentype {      CHECK = 258,
      CHECK = 258,      CODESTART = 259,
      CODESTART = 259,      COPYRIGHT = 260,
      COPYRIGHT = 260,      CUSTOM = 261,
      CUSTOM = 261,      DATE = 262,
      DATE = 262,      DEBUG_K = 263,
      DEBUG_K = 263,      DESCRIPTION = 264,
      DESCRIPTION = 264,      EXIT = 265,
      EXIT = 265,      EXPORT = 266,
      EXPORT = 266,      FLAG_ON = 267,
      FLAG_ON = 267,      FLAG_OFF = 268,
      FLAG_OFF = 268,      FULLMAP = 269,
      FULLMAP = 269,      HELP = 270,
      HELP = 270,      IMPORT = 271,
      IMPORT = 271,      INPUT = 272,
      INPUT = 272,      MAP = 273,
      MAP = 273,      MESSAGES = 274,
      MESSAGES = 274,      MODULE = 275,
      MODULE = 275,      MULTIPLE = 276,
      MULTIPLE = 276,      OS_DOMAIN = 277,
      OS_DOMAIN = 277,      OUTPUT = 278,
      OUTPUT = 278,      PSEUDOPREEMPTION = 279,
      PSEUDOPREEMPTION = 279,      REENTRANT = 280,
      REENTRANT = 280,      SCREENNAME = 281,
      SCREENNAME = 281,      SHARELIB = 282,
      SHARELIB = 282,      STACK = 283,
      STACK = 283,      START = 284,
      START = 284,      SYNCHRONIZE = 285,
      SYNCHRONIZE = 285,      THREADNAME = 286,
      THREADNAME = 286,      TYPE = 287,
      TYPE = 287,      VERBOSE = 288,
      VERBOSE = 288,      VERSIONK = 289,
      VERSIONK = 289,      XDCDATA = 290,
      XDCDATA = 290,      STRING = 291,
      STRING = 291,      QUOTED_STRING = 292
      QUOTED_STRING = 292    };
    };  
 #endif  #endif
 /* Tokens.  */  /* Tokens.  */
 #define CHECK 258  #define CHECK 258
Line 113 
Line 119 
 #define STRING 291  #define STRING 291
 #define QUOTED_STRING 292  #define QUOTED_STRING 292
   
   /* Value type.  */
   
   
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED  #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE  typedef union YYSTYPE YYSTYPE;
 #line 113 "nlmheader.y"  union YYSTYPE
 {  {
   #line 112 "nlmheader.y" /* yacc.c:1915  */
   
   char *string;    char *string;
   struct string_list *list;    struct string_list *list;
 }  
 /* Line 1529 of yacc.c.  */  #line 133 "nlmheader.h" /* yacc.c:1915  */
 #line 128 "nlmheader.h"  };
         YYSTYPE;  
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */  
 # define YYSTYPE_IS_DECLARED 1  
 # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
   # define YYSTYPE_IS_DECLARED 1
 #endif  #endif
   
   
 extern YYSTYPE yylval;  extern YYSTYPE yylval;
   
   int yyparse (void);
   
   #endif /* !YY_YY_NLMHEADER_H_INCLUDED  */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb <webmaster@jp.NetBSD.org>