maint: run "make update-copyright".

This commit is contained in:
Joel E. Denny
2011-01-02 09:56:16 -05:00
parent f52e1e5e44
commit ea0a767697
181 changed files with 396 additions and 451 deletions

View File

@@ -1,9 +1,8 @@
/* A Bison parser, made by GNU Bison 2.4.1.252-dcd39. */
/* A Bison parser, made by GNU Bison 2.4.1.259-f52e1. */
/* Skeleton interface for Bison's Yacc-like parsers in C
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009, 2010 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
@@ -162,7 +161,7 @@ typedef union YYSTYPE
{
/* Line 2068 of yacc.c */
#line 95 "parse-gram.y"
#line 94 "parse-gram.y"
symbol *symbol;
symbol_list *list;
@@ -177,7 +176,7 @@ typedef union YYSTYPE
/* Line 2068 of yacc.c */
#line 181 "parse-gram.h"
#line 180 "parse-gram.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */