diff options
Diffstat (limited to 'stacker/lib/compiler/StackerParser.h.cvs')
| -rw-r--r-- | stacker/lib/compiler/StackerParser.h.cvs | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/stacker/lib/compiler/StackerParser.h.cvs b/stacker/lib/compiler/StackerParser.h.cvs index 4fdc344c3f0..afa4d51ef11 100644 --- a/stacker/lib/compiler/StackerParser.h.cvs +++ b/stacker/lib/compiler/StackerParser.h.cvs @@ -1,7 +1,7 @@ -/* A Bison parser, made by GNU Bison 1.875c. */ +/* A Bison parser, made by GNU Bison 2.1. */ /* Skeleton parser for Yacc-like parsing with Bison, - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 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 @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. @@ -104,6 +104,7 @@ OUT_CHAR = 330 }; #endif +/* Tokens. */ #define INTEGER 258 #define STRING 259 #define IDENTIFIER 260 @@ -182,7 +183,7 @@ #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) -#line 35 "/proj/llvm/build/projects/Stacker/../../../llvm/projects/Stacker/lib/compiler/StackerParser.y" +#line 34 "/proj/llvm/llvm-3/projects/llvm-stacker/lib/compiler/StackerParser.y" typedef union YYSTYPE { llvm::Module* ModuleVal; llvm::Function* FunctionVal; @@ -190,8 +191,8 @@ typedef union YYSTYPE { int64_t IntegerVal; char* StringVal; } YYSTYPE; -/* Line 1275 of yacc.c. */ -#line 195 "StackerParser.tab.h" +/* Line 1447 of yacc.c. */ +#line 196 "StackerParser.tab.h" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 |

