Browse Source

update bison generated files

pre-master-46
rlar 13 years ago
parent
commit
589ded417a
  1. 660
      src/frontend/parse-bison.c
  2. 14
      src/frontend/parse-bison.h
  3. 642
      src/spicelib/parser/inpptree-parser.c
  4. 14
      src/spicelib/parser/inpptree-parser.h

660
src/frontend/parse-bison.c
File diff suppressed because it is too large
View File

14
src/frontend/parse-bison.h

@ -1,10 +1,8 @@
/* A Bison parser, made by GNU Bison 2.5. */
/* A Bison parser, made by GNU Bison 2.4.1. */
/* 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
Free Software Foundation, Inc.
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
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
@ -56,7 +54,7 @@
typedef union YYSTYPE
{
/* Line 1676 of yacc.c */
/* Line 2068 of yacc.c */
#line 53 "parse-bison.y"
double num;
@ -65,8 +63,8 @@ typedef union YYSTYPE
/* Line 1676 of yacc.c */
#line 70 "parse-bison.h"
/* Line 2068 of yacc.c */
#line 68 "parse-bison.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */

642
src/spicelib/parser/inpptree-parser.c
File diff suppressed because it is too large
View File

14
src/spicelib/parser/inpptree-parser.h

@ -1,10 +1,8 @@
/* A Bison parser, made by GNU Bison 2.5. */
/* A Bison parser, made by GNU Bison 2.4.1. */
/* 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
Free Software Foundation, Inc.
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
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
@ -60,7 +58,7 @@
typedef union YYSTYPE
{
/* Line 1676 of yacc.c */
/* Line 2068 of yacc.c */
#line 53 "inpptree-parser.y"
double num;
@ -69,8 +67,8 @@ typedef union YYSTYPE
/* Line 1676 of yacc.c */
#line 74 "inpptree-parser.h"
/* Line 2068 of yacc.c */
#line 72 "inpptree-parser.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */

Loading…
Cancel
Save