]> git.saurik.com Git - bison.git/commitdiff
maint: run "make update-copyright"
authorJoel E. Denny <jdenny@clemson.edu>
Mon, 4 Jan 2010 18:38:09 +0000 (13:38 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Mon, 4 Jan 2010 18:47:36 +0000 (13:47 -0500)
184 files changed:
ChangeLog
HACKING
Makefile.am
NEWS
PACKAGING
README
README-alpha
TODO
bootstrap
bootstrap.conf
build-aux/update-b4-copyright
cfg.mk
configure.ac
data/README
data/bison.m4
data/c++-skel.m4
data/c++.m4
data/c-skel.m4
data/c.m4
data/glr.c
data/glr.cc
data/java-skel.m4
data/java.m4
data/lalr1.cc
data/lalr1.java
data/local.mk
data/location.cc
data/stack.hh
data/variant.hh
data/xslt/bison.xsl
data/xslt/xml2dot.xsl
data/xslt/xml2text.xsl
data/xslt/xml2xhtml.xsl
data/yacc.c
djgpp/Makefile.maint
djgpp/README.in
djgpp/config.bat
djgpp/config.sed
djgpp/config.site
djgpp/config_h.sed
djgpp/djunpack.bat
djgpp/local.mk
djgpp/subpipe.c
djgpp/subpipe.h
djgpp/testsuite.sed
doc/bison.texinfo
doc/local.mk
doc/refcard.tex
etc/README
etc/bench.pl.in
etc/local.mk
examples/calc++/Makefile.am
examples/extexi
examples/local.mk
lib/abitset.c
lib/abitset.h
lib/bbitset.h
lib/bitset.c
lib/bitset.h
lib/bitset_stats.c
lib/bitset_stats.h
lib/bitsetv-print.c
lib/bitsetv-print.h
lib/bitsetv.c
lib/bitsetv.h
lib/ebitset.c
lib/ebitset.h
lib/get-errno.c
lib/get-errno.h
lib/lbitset.c
lib/lbitset.h
lib/libiberty.h
lib/local.mk
lib/main.c
lib/subpipe.c
lib/subpipe.h
lib/timevar.c
lib/timevar.def
lib/timevar.h
lib/vbitset.c
lib/vbitset.h
lib/yyerror.c
m4/bison-i18n.m4
m4/c-working.m4
m4/cxx.m4
m4/subpipe.m4
m4/timevar.m4
src/AnnotationList.c
src/AnnotationList.h
src/InadequacyList.c
src/InadequacyList.h
src/LR0.c
src/LR0.h
src/Sbitset.c
src/Sbitset.h
src/assoc.c
src/assoc.h
src/closure.c
src/closure.h
src/complain.c
src/complain.h
src/conflicts.c
src/conflicts.h
src/derives.c
src/derives.h
src/files.c
src/files.h
src/flex-scanner.h
src/getargs.c
src/getargs.h
src/gram.c
src/gram.h
src/graphviz.c
src/ielr.c
src/ielr.h
src/lalr.c
src/lalr.h
src/local.mk
src/location.c
src/location.h
src/main.c
src/muscle-tab.c
src/muscle-tab.h
src/named-ref.c
src/named-ref.h
src/nullable.c
src/nullable.h
src/output.c
src/output.h
src/parse-gram.c
src/parse-gram.h
src/parse-gram.y
src/print-xml.c
src/print-xml.h
src/print.c
src/print.h
src/print_graph.c
src/print_graph.h
src/reader.c
src/reader.h
src/reduce.c
src/reduce.h
src/relation.c
src/relation.h
src/scan-code.h
src/scan-code.l
src/scan-gram.h
src/scan-gram.l
src/scan-skel.h
src/scan-skel.l
src/state.c
src/state.h
src/symlist.c
src/symlist.h
src/symtab.c
src/symtab.h
src/system.h
src/tables.c
src/tables.h
src/uniqstr.c
src/uniqstr.h
tests/actions.at
tests/atlocal.in
tests/c++.at
tests/calc.at
tests/conflicts.at
tests/cxx-type.at
tests/existing.at
tests/glr-regression.at
tests/headers.at
tests/input.at
tests/java.at
tests/local.at
tests/local.mk
tests/named-refs.at
tests/output.at
tests/push.at
tests/reduce.at
tests/regression.at
tests/sets.at
tests/skeletons.at
tests/synclines.at
tests/testsuite.at
tests/torture.at

index 5388e29cea7516b7ccc45924fee76c3db24977a3..7ad82da0f6a14766feeb8f4dfbec2f5269ffbf31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-04  Joel E. Denny  <jdenny@clemson.edu>
+
+       maint: run "make update-copyright"
+
 2009-12-30  Joel E. Denny  <jdenny@clemson.edu>
 
        POSIX: complain if %prec's token was not defined.
 
        -----
 
-       Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
-       1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-       2008, 2009 Free Software Foundation, Inc.
+       Copyright (C) 1987-1988, 1991-2010 Free Software Foundation,
+       Inc.
 
        Copying and distribution of this file, with or without
        modification, are permitted provided the copyright notice and this
diff --git a/HACKING b/HACKING
index d0307870b8640cdd8868fbe7f6334243b9867987..062952cc4d074a69de9c05c585a9ea526f5ca04a 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -363,8 +363,7 @@ Push these changes.
 
 -----
 
-Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009
-Free Software Foundation, Inc.
+Copyright (C) 2002-2005, 2007-2010 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index c507cc8e654d87cc9d8270924e620dd30eb0ee37..e980b1c7af23cdb6be742f6b6958563d08a337a2 100644 (file)
@@ -1,6 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-## Free Software Foundation, Inc.
+## Copyright (C) 2001-2010 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
diff --git a/NEWS b/NEWS
index 13b199e6e024d6bf3b190f6b4e302b8caa9a9585..ae87c0af64f99a7e8e3057657fd269f02858337f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1369,8 +1369,7 @@ End:
 
 -----
 
-Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1995-2010 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
index 6f858727c09199350bf22b57bcfc444660416be0..12cd29534a8086fa34157aaee642f434d90d66d9 100644 (file)
--- a/PACKAGING
+++ b/PACKAGING
@@ -36,7 +36,7 @@ to the bison package.
 
 -----
 
-Copyright (C) 2002, 2005, 2009 Free Software Foundation, Inc.
+Copyright (C) 2002, 2005, 2009-2010 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/README b/README
index 2bf62bf2922e2e718c8f41430f8460a612c346ab..11466572112293245b1766fe0572dfcb4ef12f79 100644 (file)
--- a/README
+++ b/README
@@ -40,8 +40,8 @@ End:
 
 -----
 
-Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005, 2008-2009 Free
-Software Foundation, Inc.
+Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2010 Free Software
+Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 14ca052c5971d9d09722dac3660e6fc01a9ee8c8..70122b99f404320a6c793ee4beca60e816dda1d7 100644 (file)
@@ -12,7 +12,7 @@ the problems you encounter.
 
 -----
 
-Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
diff --git a/TODO b/TODO
index 7f4c514898c84927621fc78cbf4db027012c41aa..d9221b0e05896fe1279c863e7f71bacec04917d3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -474,8 +474,7 @@ Here's a proposal for how a new implementation might look:
 
 -----
 
-Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008-2009 Free Software
-Foundation, Inc.
+Copyright (C) 2001-2004, 2006, 2008-2010 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 00ea4bc1a30720e57df209c806220d974ad61c5f..486d41f74ea676b595a7efc34b1f21adc5f45ae7 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -2,8 +2,7 @@
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2003-2010 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
index 4522d8c9bd2262c38747a75c987c8a53807e758a..2d522e25b64bde78882325c8113d99417fb78f71 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 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
index 30c380134950c1090e45958dea13a3b152f0214d..689daad6d32323486e52035ac2b1435f57c82f63 100755 (executable)
@@ -3,7 +3,7 @@
 # Update b4_copyright invocations or b4_copyright_years definitions to
 # include the current year.
 
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010 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
diff --git a/cfg.mk b/cfg.mk
index 5c74313f65876c7349b5a427cef6d272a01db845..e8cdfbf3912f35bbb08a0f64cbaa1cd6f36c49af 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2008-2009 Free Software Foundation, Inc.
+# Copyright (C) 2008-2010 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
index 8e9fc29644eb4387fe901f5373f3bdbf15f87e8f..d4de7bfff1cee271e07df0abcd8f0db9ce8531ee 100644 (file)
@@ -1,7 +1,6 @@
 # Configure template for GNU Bison.                   -*-Autoconf-*-
 #
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2001-2010 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
index 1de6c78ca4c7915748b116c59fdbd470105131b9..1698e252148f1184a054da8d80267736d11169f8 100644 (file)
@@ -52,7 +52,7 @@ into various formats.
 
 -----
 
-Copyright (C) 2002, 2008-2009 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2010 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index f7c84633676e2a1302bd55f44a22cfadd396004d..5a5df0f3fb8584f85d18320df25db30c7c52b9ae 100644 (file)
@@ -1,8 +1,7 @@
                                                             -*- Autoconf -*-
 
 # Language-independent M4 Macros for Bison.
-# Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-2010 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
index b98f7bb740c22ab1cc56debf33d1343bca39d9cd..f017abc2ce9be81d79227d786a0925154636eaad 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # C++ skeleton dispatching for Bison.
-# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2010 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
index 22b3375abac79c9bb76d7e8bcdf4b37bdc7f7505..80c74511071103f386f0e6b6aa37296101469d03 100644 (file)
@@ -2,8 +2,7 @@
 
 # C++ skeleton for Bison
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
index 20c2a831201fe20e60fd137d40ff7ee70491eed9..a491b607eb274bc166a18d55b2741977d512061e 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # C skeleton dispatching for Bison.
-# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2010 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
index 5cd404d1b260abe9db0c7b878c2b8dd9dd13c1e2..e7308be301bc9764683cca526c4ecdcef2253d88 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -1,8 +1,7 @@
                                                             -*- Autoconf -*-
 
 # C M4 Macros for Bison.
-# Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-2010 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
index 8c964e509885b555390b3a77e5448b94cb537766..bb0f6d7f33d37b8ddad99ed5a624ce2a5c584acb 100644 (file)
@@ -1,8 +1,7 @@
                                                                     -*- C -*-
 
 # GLR skeleton for Bison
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
@@ -158,7 +157,7 @@ m4_changecom()
 m4_divert_push(0)dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison GLR parsers in C],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])
+             [2002-2010])
 [
 /* C GLR parser skeleton written by Paul Hilfinger.  */
 
@@ -2579,7 +2578,7 @@ m4_if(b4_skeleton, ["glr.c"],
 [b4_defines_if(
 [@output(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison GLR parsers in C],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])
+             [2002-2010])
 
 b4_shared_declarations
 
index 87e3eab185d6e9bb27ea66856b08f2b158d7aeba..4ebb3d1b77411f47daf870279a6fc7f728cf03dd 100644 (file)
@@ -1,6 +1,5 @@
 # C++ GLR skeleton for Bison
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
@@ -215,7 +214,7 @@ m4_popdef([b4_parse_param])
 m4_divert_push(0)
 @output(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])[
+             [2002-2010])[
 
 /* C++ GLR parser skeleton written by Akim Demaille.  */
 
index 7c314ceb870fced048c3795223dee02a3b191c2f..b5e66e448697ed1f2e1cfbd3c120a203e84d74df 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # Java skeleton dispatching for Bison.
-# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2010 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
index 690d88588c64132d9c95fad0aa2055f39958ecaa..d216c1b0aa53b9e2b1a9fd9506c9ce1f9d2fa44c 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
-# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007-2010 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
index 6174e824edeb507beb4d33f60ae74cbfbd6d7367..b89a6df856214f634054942ff55ce3f95cc2442e 100644 (file)
@@ -1,7 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
@@ -116,7 +115,7 @@ m4_popdef([b4_dollar_dollar])dnl
 
 
 m4_pushdef([b4_copyright_years],
-           [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])
+           [2002-2010])
 
 m4_define([b4_parser_class_name],
           [b4_percent_define_get([[parser_class_name]])])
index 275b97f20734c137a51b5f6bee15cf70779284b0..c156e5e7b2a1bf9fba65b5be0e646826a01e9c23 100644 (file)
@@ -1,6 +1,6 @@
 # Java skeleton for Bison -*- autoconf -*-
 
-# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007-2010 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
@@ -33,7 +33,7 @@ b4_symbol_foreach([b4_symbol_no_destructor_assert])
 m4_divert_push(0)dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
-             [2007, 2008, 2009])
+             [2007-2010])
 
 b4_percent_define_ifdef([package], [package b4_percent_define_get([package]);
 ])[/* First part of user declarations.  */
index 158b633e4ddc3416c9e38271a514091ec440b1fc..1eb96060db9eddfbc15e12ff437602a62583d432 100644 (file)
@@ -1,5 +1,4 @@
-## Copyright (C) 2002, 2005, 2006, 2007, 2008-2009 Free Software
-## Foundation, Inc.
+## Copyright (C) 2002, 2005-2010 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
index 0f82340c0c3e9ca5dbcbdb62b4ce0204c7ccbaa1..5cf96de78c764fe1b554a2aec36a5a8b2c0bdc11 100644 (file)
@@ -1,7 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
@@ -17,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_pushdef([b4_copyright_years],
-           [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])
+           [2002-2010])
 
 # We do want M4 expansion after # for CPP macros.
 m4_changecom()
index e8ea9e4548717479ddaaffbb46483f6a20e5c1dd..b97674c0351815ff37aa36361def5b982c618c76 100644 (file)
@@ -1,7 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
@@ -17,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_pushdef([b4_copyright_years],
-           [2002, 2003, 2004, 2005, 2006, 2007, 2008-2009])
+           [2002-2010])
 
 # We do want M4 expansion after # for CPP macros.
 m4_changecom()
index 31af62b3ab7fbde1581d08643dfcfb7fd24e14e2..202798755586ae7a5157929d87b1575aeec6ccba 100644 (file)
@@ -1,7 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
index f5f6323b9a0ca1368abf1253e81a7b39ea50bea1..b5d163d3ce2f49c6a30fcd3f1d204280f68c9f9a 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     bison.xsl - common templates for Bison XSLT.
 
-    Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index aa9bde0a8408180cc9407bf305b04b35fb239cba..887a99171bf113bc209259ad2e48e590e002c03b 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
-    Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index fbb6f2bdf780fc75bfd13fb6625dae0ebbc44899..866efe3bc360caa64d064ecbeec913fba0c95620 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
-    Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index e33f3eab16a478b3cc34cb4b80819a671225d162..277074342269c2bd50741afa358c658ffa84335f 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2html.xsl - transform Bison XML Report into XHTML.
 
-    Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 462b8526678606a02511170fa18aaffcaa2809fe..5780a29594b7ed0f04ca801aa8ce8bb770797bef 100644 (file)
@@ -1,12 +1,11 @@
                                                              -*- C -*-
 # Yacc compatible skeleton for Bison
 
-# Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-# 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1984, 1989-1990, 2000-2010 Free Software Foundation,
+# Inc.
 
 m4_pushdef([b4_copyright_years],
-           [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-            2007, 2008, 2009])
+           [1984, 1989-1990, 2000-2010])
 
 # 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
index 9a67b926dfa8197c7d48274fe4d3376aae390054..94cfbf21e6e62dd2ca765f2615c6f42e34526017 100644 (file)
@@ -1,8 +1,7 @@
 # DJGPP Maintainer's Makefile                                    -*-Makefile-*-
 # Requires GNU sed
 
-## Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-## Inc.
+## Copyright (C) 2005-2010 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
index 050816175cabae3a112f5a76c852561f9331c4cf..a02e9bf47ab96bb5f79f12e71d1ad7bbbf0c5f60 100644 (file)
@@ -1,6 +1,6 @@
 This is a port of GNU Bison @VERSION@ to MSDOS/DJGPP.
 
-Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation, Inc.
+Copyright (C) 2005-2010 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
index b3d75d8ef37c76b4ac16fda19b73f0cb5258e53b..a71543ce8a5fc22a4d29e3b11d53ca12e22f7752 100644 (file)
@@ -4,8 +4,7 @@ Rem Configure Bison for DJGPP.
 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line\r
 Rem format, or else stock DOS/Windows shells will refuse to run it.\r
 \r
-Rem Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,\r
-Rem Inc.\r
+Rem Copyright (C) 2005-2010 Free Software Foundation, Inc.\r
 \r
 Rem This program is free software: you can redistribute it and/or modify\r
 Rem it under the terms of the GNU General Public License as published by\r
index d906db8f500d3e0f86baf1d3aa7afcdaaa267c23..3c00de585f7314aba07b961a4deb84d10caece87 100644 (file)
@@ -3,8 +3,7 @@
 # of the configure script generated by autoconf 2.62.
 
 
-# Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2010 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
index 2fee37465fd34cd32e0834abbc7cb7b44655947e..ae10686d4455e986aa777092af44f5deef6cda50 100644 (file)
@@ -3,8 +3,7 @@
 # This is the config.site file for configuring GNU packages
 # which are to be built with DJGPP tools.
 
-# Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2010 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
index 14a74f5869dfb3bb1e4f054ea2db17d4d013d390..e24b4e7017b2b0525b1a9f30cfe1c4939b921ef5 100644 (file)
@@ -1,7 +1,6 @@
 # sed script for DJGPP specific editing of config.hin
 
-# Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2010 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
index aa96efd82636d2e85051d8dbe3bd0be3eb8ebacc..cca988fc2fc2d8d67945f518072d6fe2d1835df5 100644 (file)
@@ -7,8 +7,7 @@ Rem This batch file unpacks the Bison distribution while simultaneously
 Rem renaming some of the files whose names are invalid on DOS or conflict\r
 Rem with other file names after truncation to DOS 8+3 namespace.\r
 Rem\r
-Rem Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,\r
-Rem Inc.\r
+Rem Copyright (C) 2005-2010 Free Software Foundation, Inc.\r
 Rem\r
 Rem This program is free software: you can redistribute it and/or modify\r
 Rem it under the terms of the GNU General Public License as published by\r
index c4fe15ed1e6b836862101e91b73a71aeb7b216ec..bff5c68ac44eba3e8513ab3dbbcb8a883ffdc1c7 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2008-2009 Free Software Foundation, Inc.
+## Copyright (C) 2008-2010 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
index bbff590437b3e14d13023f017f7680abb3a4b3b0..213703d42c23e7399d3c70f93985db32b9adef50 100644 (file)
@@ -1,7 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2005-2010 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
index 4257f41869fe6614450c28b0165228d96972ea7b..aaf49bf7da392663798cfbe50f581b61bdb4a073 100644 (file)
@@ -1,6 +1,5 @@
 /* Subprocesses with pipes.
-   Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2005-2010 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
index d5a0d7b74c4a328eac5e4003650098fee2601d73..620c4718ce3159e5aa77795ecea5b2d0a5d63084 100644 (file)
@@ -3,7 +3,7 @@
 # of the testsuite script generated by autoconf 2.61.\r
 \r
 \r
-# Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.\r
+# Copyright (C) 2007-2010 Free Software Foundation, Inc.\r
 \r
 # This program is free software: you can redistribute it and/or modify\r
 # it under the terms of the GNU General Public License as published by\r
index ab2cd6c5f9b640334c98d8a4877d1e85786856f9..bac6ac545718fae4f745a6a6cd2e89c0e81bc205 100644 (file)
@@ -33,9 +33,8 @@
 This manual (@value{UPDATED}) is for @acronym{GNU} Bison (version
 @value{VERSION}), the @acronym{GNU} parser generator.
 
-Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998,
-1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-Software Foundation, Inc.
+Copyright @copyright{} 1988-1993, 1995, 1998-2010 Free Software
+Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index f0860848b78d693b31f6d24ca1d43960729de539..f57c162d93065e1f3d4217bfcf6cc39a33119083 100644 (file)
@@ -1,5 +1,4 @@
-## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009
-## Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2005-2010 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
index 59e9dea2bf6f8061f571a975b177a8c5555fe2fd..55acb28e730c84172e4a0e3f8c49bbcb37be3de5 100644 (file)
@@ -19,7 +19,7 @@
 \def\finalout{\overfullrule=0pt}
 %\finalout
 
-% Copyright (c) 1998, 2001, 2009 Free Software Foundation, Inc.
+% Copyright (c) 1998, 2001, 2009-2010 Free Software Foundation, Inc.
 %
 % This file is part of Bison.
 %
index 01fa051898d068d5366b84bb9d5d42a427f2c6c4..0ae5b8d40279772fc25a652b0e611b346402066f 100644 (file)
@@ -19,7 +19,7 @@ straightforward use of _build/src/bison would.)
 
 --
 
-Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index cfa055d324dea1349737a01b3684766f4df9bc7f..0e80b4614b95707220cf6fbf53cf394ba9a5ac59 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2010 Free Software Foundation, Inc.
 #
 # This file is part of Bison, the GNU Compiler Compiler.
 #
index bace0c3217c37f022a9e8f64ea1e01bd8b008870..2481d3cc6029a49fd1244e918a85785fe9fb48c3 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2006, 2008-2009 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2008-2010 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
index d99a7dc8c67c9356fc9192aa3ce56b686ee5f318..2abfea3b04922743cb84b3220686d2c69341b5c2 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+## Copyright (C) 2005-2006, 2008-2010 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
index 15fb2787e6a6682de42a0a1083d0dd795958463b..373aea22e151f8391adf51b91dff7deb2527a7ae 100644 (file)
@@ -1,7 +1,7 @@
 # Extract all examples from the manual source.            -*- AWK -*-
 
 # This file is part of GNU Bison
-# Copyright (C) 1992, 2000, 2001, 2005, 2006, 2009 Free Software
+# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2010 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index bcab1487f9c4abc5079bb85d6d9e9a3f98caacee..04db134c07ddd489a358904dfa3175a22d1f5455 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2005, 2008-2009 Free Software Foundation, Inc.
+## Copyright (C) 2005, 2008-2010 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
index 551848c913d58d3777d1b7faaf0b2c246a7daf49..dc71713db0ae06175f495d48a5ce66cd2f68f978 100644 (file)
@@ -1,5 +1,6 @@
 /* Array bitsets.
-   Copyright (C) 2002, 2003, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2006, 2009-2010 Free Software Foundation,
+   Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index c4a0e53523efa4870f5019bbb40fa7cfec1951dd..86e20e1ef78e31efa165fee7966f2668377769d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support abitsets.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index d9d5e4b50dd89a403f9aecd1ed8ca66fe26e7d57..c24d1163eb58c1a479849ea6083093a4965da8bf 100644 (file)
@@ -1,5 +1,5 @@
 /* Base bitset stuff.
-   Copyright (C) 2002, 2003, 2004, 2006, 2009 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2010 Free Software Foundation,
    Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 3b76618efc1f3725745b3edb8ea279effdd9361b..83d10a86a96b503acebbeed1cfee71ef7265101c 100644 (file)
@@ -1,6 +1,5 @@
 /* General bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 07e1d9d62bf9e0faa850dd784254d8b0aba5df40..8e319380b914e27dea5f9594482dc4ff76302cd1 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic bitsets.
-   Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index d71b91a077ed5c46c06234ae16380471be13de5c..a05638533d9c9c2d07974af6f257a17e7e2d4e35 100644 (file)
@@ -1,6 +1,5 @@
 /* Bitset statistics.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index fb203c48143af6a726919e97fdcfe03cf581f8b8..06dac77d04bf8846766f2e94ce7de598edcaf55d 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support bitset statistics.
-   Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 3cc73bd8ca78bf38363c552842d08cecb96d74ed..3ab545e71f3fcaf0c1376b455d244666bfd367b0 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
-   Copyright (C) 2001, 2002, 2004, 2006, 2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2001-2002, 2004, 2006, 2009-2010 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
index be55a68fa1c85113380dcc86883968b4af5d9164..b4913184d29dcf5dfa58971d5c36870d4e27d4a0 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset vectors.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Akim Demaille (akim@freefriends.org).
 
    This program is free software: you can redistribute it and/or modify
index 36b227422060c4d938de30cbe14f4ed8633cfd2c..3a082794395b7579b1922a3048072e25b349569f 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset vectors.
-   Copyright (C) 2001, 2002, 2004, 2005, 2006, 2009 Free Software
+   Copyright (C) 2001-2002, 2004-2006, 2009-2010 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 5ad8b6b79a3249a91ef44fd3c375e746f16f19d0..2bec847c708d23bb18b4611e84bcdfcfaec1fd06 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset vectors.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index e38394243cdee9eac2cc8970f6a0ab3b352d67e1..0d12d0449b075aaf9f5dbb08a93b43d8735ffcef 100644 (file)
@@ -1,6 +1,5 @@
 /* Functions to support expandable bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index d344513d3e0901e48a4857ab9291e47fe5d0c71c..3d73acee81456c3fecdc7e81ecd356deac88e554 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support ebitsets.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 6d2dae79026bf0438aa591293f1934332f8e382b..f0a82e2cc3cc0a8d10f304d0a3afbf0711fea3f6 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.c - get and set errno.
 
-   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2010 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
index 0f49a52ad6da139bb4d46f54b4a169e176b866f6..5cb660bdac08af6425f47786bfdbe6272f43a626 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.h - get and set errno.
 
-   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2010 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
index 81e934e6db0ebe26239cd825badfc568ef83dd99..d48a4a83510914c0df1da65dda5c0ba072f13962 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support link list bitsets.
-   Copyright (C) 2002, 2003, 2004, 2006, 2009 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2010 Free Software Foundation,
    Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index c67b44127157af9144fb4376a2106ced1d08a884..59f79144139be90c3c5c34ecab3443b4a236b584 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support lbitsets.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index c71da38bd15d70194081c28564c7deeb246d5c07..ac5842e787bb3144ffb80c1ab8c734b216d47abc 100644 (file)
@@ -1,5 +1,5 @@
 /* Fake libiberty.h for Bison.
-   Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2010 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
index 70aea4b3718a7da190985039119162a75ba2ac65..e9edefb296caa4dc47b28bd25969bd3c0b753db8 100644 (file)
@@ -1,7 +1,7 @@
 # Make bison/lib.
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008-2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001-2004, 2006, 2008-2010 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
index 13cd9f46d190f42cd761330b6a17bfd7f3f6ce0e..028194a08154eae1c6dd24c4dbf1ccee7a857573 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library main function.
 
-   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d7b67ce7c43cc7f36876aacfdb0151213f754929..1b7c36d8e32f8d895621aa38d19b9a4a2729cb65 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2002, 2004, 2005, 2006, 2009 Free Software Foundation,
+   Copyright (C) 2002, 2004-2006, 2009-2010 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
index f20a0d7213ce9c786ceb4747c47a37263b2b6c8d..ff791a81563e7e5a4c53ced4c468b9044de848a1 100644 (file)
@@ -1,5 +1,6 @@
 /* Subprocesses with pipes.
-   Copyright (C) 2002, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004-2005, 2009-2010 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
index 77709e937fe941a9d365991e12b279c682f7eeea..00faaf9119ba73d7cd90746ee0392cd6c93537ed 100644 (file)
@@ -1,5 +1,5 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2002, 2004, 2005, 2006, 2009 Free Software
+   Copyright (C) 2000, 2002, 2004-2006, 2009-2010 Free Software
    Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
index 5caf7c3d2932c75736b994bb03a6ea94672f87dd..ab04b2267d75e7392777b133b44a293d597c858f 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains the definitions for timing variables used to -*- C -*-
    measure run-time performance of the compiler.
-   Copyright (C) 2002, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2009-2010 Free Software Foundation, Inc.
    Contributed by Akim Demaille <akim@freefriends.org>.
 
    This file is part of Bison, the GNU Compiler Compiler.
index d2f061e8d1b4682581fb3c2118d5722047aa6f52..52cc8e3e09bf1e3c1e75a4c399f88567d391881a 100644 (file)
@@ -1,5 +1,6 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2004, 2009-2010 Free Software Foundation,
+   Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
    This program is free software: you can redistribute it and/or modify
index 799d2a92c806fc9504e6379f6777ead779395b6d..d82f0ec984dea43963d5ebf45f5dd1befa176507 100644 (file)
@@ -1,6 +1,5 @@
 /* Variable array bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index d7b5891db1257957b054be6e9128acf965feacd0..d9f3a2ebd5275b285e4a5694873e9ac9c58cbd6e 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support vbitsets.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 208ecccb4bcce4ec5d5a3f55a05bd6c2aaf9c93c..8e554a099ff97bad49e1d5b769e87419fd62684a 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library error-printing function.
 
-   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a416e3afbc7bfe73f2262f03e365326d17db4c6f..0c04c8e3911a957be5594d4b815dc45d1c461922 100644 (file)
@@ -1,5 +1,5 @@
 # bison-i18n.m4 serial 2
-dnl Copyright (C) 2005-2006, 2009 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2006, 2009-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 493a226874c8eceb1a71883b09608709adc02b7d..f185812ab5c0d8042ce86454bd5bb4cc4f32ec0f 100644 (file)
@@ -1,6 +1,6 @@
 # Sanity test a C compiler.
 
-# Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2010 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
index 3d5f400ea895f807b9683ca3a34171dc8755620c..f9c6508e0db355d97b71f60baa554146b8cc49b4 100644 (file)
--- a/m4/cxx.m4
+++ b/m4/cxx.m4
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Sanity-test a C++ compiler.
 #
-# Copyright (C) 2004, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006, 2009-2010 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
index 924a3196093a5b6167c4b35fb6c12ae45170c027..774a8ab7a08c05e1e2b78b1c8c0c54d4d155d174 100644 (file)
@@ -1,7 +1,8 @@
 # -*- Autoconf -*-
 # Checks required to run `subpipe'.
 #
-# Copyright (C) 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2002-2003, 2005, 2009-2010 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
index 4fcbbdfd41d6c9f78a1c44b00769a0dd565c1c64..b10a55c7b9f382d484de8560b301fb6b74e49c30 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Checks required to run `timevar', a time tracker.
 #
-# Copyright (C) 2002, 2003, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2002-2003, 2009-2010 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
index d756f5d2e42cd7f2d57acc4947b9ad6a7aa1ad1a..1745b4a597c8e03afc99f3e5813caed43dd2eb29 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a9876e168a5d82afbb50be76d15f3f3cda58277b..2f4a6108c4d3b123d3682d7a06417f03b42acbff 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a79233e4e705801d3a5d2dd6907f1e48511ddb9b..d18716975038cd4db1cf954032f1329be931dafc 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 9ec8a29b725e2e484894203b378bac715c66d64f..20ebacebf0cc53199b8aeea75b764d38ddc4f3f1 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2f5778fc3939a776827154bae18bdebd5db5e5cd..fc582a6ecd0c2c23853b2f47093fc09004c21ba1 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -1,7 +1,7 @@
 /* Generate the nondeterministic finite state machine for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006,
-   2007, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 60e95afec6af01a8df2c9692227dc768b755b13d..4418871347eefb7f92a05434340d21c12bc22612 100644 (file)
--- a/src/LR0.h
+++ b/src/LR0.h
@@ -1,5 +1,5 @@
 /* Generate the nondeterministic finite state machine for bison,
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2009 Free Software
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 742b56595ea1f7a2e8b740f13230d9c8db696097..6602bdb9d2ef6e0e81507bfb935221d950bf24e1 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e379398f4b58c456c3fadeca01fa152632aa21ea..9d20335aeaa61068a18df3ed446d12a896697e4a 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1bd4ced42c2c6b9df4ba481af0fdcd274c1a7a1f..d8cedc15cec7f2419a668c011a7db58f9ffc7b5d 100644 (file)
@@ -1,5 +1,5 @@
 /* Associativity information.
-   Copyright (C) 2002, 2005, 2006, 2008-2009 Free Software Foundation,
+   Copyright (C) 2002, 2005-2006, 2008-2010 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index b83fcea031b0b8e951ab1c9cff3ccf20b9bed11a..f6b6c998a0d484d3274583c0afc98e4c5bad3c27 100644 (file)
@@ -1,5 +1,5 @@
 /* Associativity information.
-   Copyright (C) 2002, 2006, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2008-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 180e1dfc15ed259251a228caf8d263c9360270d2..b2f336aa1577b1100590fc4df08160705b5e2982 100644 (file)
@@ -1,7 +1,7 @@
 /* Closures for Bison
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004, 2005, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f64b7d5e8ef1c0a00dfa61bc8abc3046aa8f90ff..143d86411f0ec0629a890e652dc6048382f9c496 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for bison
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2007, 2009 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 63dfc935143830a3a1874941c48c3a5a1990a2b6..f7900af45fb8e2ece805d32c4057ce041c0941bb 100644 (file)
@@ -1,7 +1,7 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2002, 2004-2006, 2009-2010 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
index fe4ecf7506229e8a65a9e21ca9213f529d49da8e..3e028d69dec85cd8e3271b20bdbe389e8e47297c 100644 (file)
@@ -1,5 +1,6 @@
 /* Declaration for error-reporting function for Bison.
-   Copyright (C) 2000, 2001, 2002, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000-2002, 2006, 2009-2010 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
index f11d8e3a9cae40e6e686de662ae6870dace7dede..f21a627c6e0b7a07935581c3ea31da3d8ef4c9a6 100644 (file)
@@ -1,7 +1,7 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 1992, 2000-2010 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 901e88a9648823ccb515828c312197c0dd894446..2b37db247f60a26c0414945c590d7f723d8421e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Find and resolve or report lookahead conflicts for bison,
-   Copyright (C) 2000, 2001, 2002, 2004, 2007, 2009 Free Software
+   Copyright (C) 2000-2002, 2004, 2007, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 7442ca87f696c18c386f5782877818e14ba717a0..2d60fd85ce44ed60403c10a2ee5c025d3751b987 100644 (file)
@@ -1,7 +1,7 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2005, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d9de5b06603889d1155c90b05991d04b16317a89..32978665cfe47131a61180fca71902f919ff1293 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2009 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 41e2453bcd1ca02dfbefee1749e41a4f402ac276..243bf069ec13118448893bf5f283336d621ef21d 100644 (file)
@@ -1,7 +1,7 @@
 /* Open and close files for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a75eda221ec8bee251a2d16d55d8b4de829c6cc3..e8f28bff12d21807e38ed16234fd27b8377d11af 100644 (file)
@@ -1,6 +1,6 @@
 /* File names and variables for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2006, 2007, 2009 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2010 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index b859049e55483681ff3403aa0757065e6397aefa..bb4ef72f8a4215a82881093c34f3de2c98be787e 100644 (file)
@@ -1,6 +1,6 @@
 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
 
-   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index bc8677f5095e0c591d1eafb14c0e04fa34e4398b..4567985221ad8242cc9bf83b355d8db7196fc0da 100644 (file)
@@ -1,7 +1,7 @@
 /* Parse command line arguments for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 8c624d76e5d8e4e60ad91adfc37d51ff573ad351..1edd5771b6726f360f7516c95699dd6226ea6dcf 100644 (file)
@@ -1,7 +1,7 @@
 /* Parse command line arguments for bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index cca5d520ab0042063daad6e964fc6573f4ac3453..0c15ebb8ef46eba20584c078a0137755022d91d6 100644 (file)
@@ -1,7 +1,7 @@
 /* Allocate input grammar variables for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2001, 2002, 2003, 2005, 2006,
-   2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7dca7bdd344850f4dbc17d90da05d4e5ef427582..05628651500693244c166b298438e23754534d61 100644 (file)
@@ -1,7 +1,7 @@
 /* Data definitions for internal representation of Bison's input.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 4c9600358bb83cab8366c936b2a1b45fa396588e..3b483b5bf523e5db26066f370dcc99299f188dc4 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c5aed0c665c9a4b4da6bb30e1d68f932f1e7f6c8..f1b314a380f4acf1e10304910ecc5d68c1f71a3a 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index feab49a8d644ad1e5e1a4d6351a7041da68aec25..2dc5defbac02c088c79673e139994ac2936964c6 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index fbd2800f0529905c30cd990bf30480c1e1fb75ed..5944a483b93d55d31abed88c47fec37b2f1e3df7 100644 (file)
@@ -1,7 +1,7 @@
 /* Compute lookahead criteria for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000-2010 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 103a4c865f42ba2f7269774b10a653ee47aa0825..5cd777504b1e8a90d569bf79b9f868f3da30281d 100644 (file)
@@ -1,7 +1,7 @@
 /* Compute lookahead criteria for bison,
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2002, 2004, 2006, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000, 2002, 2004, 2006-2007,
+   2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 753172b0f1b8ec13122df0f201abb757ea0b9bdd..4d3c13e7753101f305796a08ded8d1f51b73c6af 100644 (file)
@@ -1,5 +1,4 @@
-## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-## Free Software Foundation, Inc.
+## Copyright (C) 2001-2010 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
index e287aee73b45c900204b601ecab570cdc29ce692..6fddaddc9c06487f99355d5db2e0e07d01e49376 100644 (file)
@@ -1,6 +1,5 @@
 /* Locations for Bison
-   Copyright (C) 2002, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2005-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 95c5a07bfff82004b099e30f7f02b7833a910e83..e8e591c9711ff470a0b34fc1349712140143e06c 100644 (file)
@@ -1,6 +1,5 @@
 /* Locations for Bison
-   Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002, 2004-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c8dc696efceb7cdcb262f24255785a2984c61fb7..05470d7998e49f7c2469e91ea776453286cc92a6 100644 (file)
@@ -1,7 +1,7 @@
 /* Top level entry point of Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000, 2001, 2002, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 455515b0fd313cae3683963fcfd1388750b676d5..f1267a32c43a89d4ec698a3d5d2e6780ff028ad8 100644 (file)
@@ -1,7 +1,6 @@
 /* Muscle table manager for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2001-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a1fd921045ebab64c4125fb91a88b16ce6a8530d..73e640276935bb33f3a8f0e2f1ff919a883e1364 100644 (file)
@@ -1,7 +1,6 @@
 /* Muscle table manager for Bison,
 
-   Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2006-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 5f2fc904766c7fd8a964ce37c2459c94c2377d81..857c7dab9ec1c81bbe3d345b015183f99cb56190 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 82b24fd0e4b6cfe330e8dd59e47e5b09c28c6906..d9544f2e4d0dcfbd5883769f0291ff9b7d1c1d89 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 51b876c553a0a41fcb47c927df549cfd7d02ae44..b708059a986ee70a1df39235766a5f3b47303271 100644 (file)
@@ -1,7 +1,7 @@
 /* Calculate which nonterminals can expand into the null string for Bison.
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2006, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a8e9e28d81057e0cad31e5facce0e0e6e1376827..c3e11c1e7bf18706425a4c62f48f66f0c6489c67 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of the bison parser generator,
-   Copyright (C) 2000, 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 562918c0db4f880bbe0ff212f7280b789dd8d9a9..3c1da649f41c83980c7c2eb689915f0252f8ff5b 100644 (file)
@@ -1,7 +1,7 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ed97ed795c907ac2c70e1808b2a5f4122c5bbc67..bf805f51c42fe57c77198ea2d63326806a618287 100644 (file)
@@ -1,5 +1,5 @@
 /* Output the generated parsing program for bison,
-   Copyright (C) 2000, 2001, 2002, 2003, 2006, 2007, 2009 Free Software
+   Copyright (C) 2000-2003, 2006-2007, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index a572fbab6067d8ef8102d3f15b801d6420ea0664..cb757d7f4aee8c10c837e19facc6baa0116d39bc 100644 (file)
@@ -1,9 +1,8 @@
-/* A Bison parser, made by GNU Bison 2.4.457-4395a.  */
+/* A Bison parser, made by GNU Bison 2.4.462-882b.  */
 
 /* Implementation for Bison's Yacc-like parsers in C
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989-1990, 2000-2010 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
@@ -45,7 +44,7 @@
 #define YYBISON 1
 
 /* Bison version.  */
-#define YYBISON_VERSION "2.4.457-4395a"
+#define YYBISON_VERSION "2.4.462-882b"
 
 /* Skeleton name.  */
 #define YYSKELETON_NAME "yacc.c"
 #define yylloc          gram_lloc
 
 /* Copy the first part of user declarations.  */
-/* Line 253 of yacc.c  */
+/* Line 252 of yacc.c  */
 #line 1 "src/parse-gram.y"
 /* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -128,8 +126,8 @@ static void gram_error (location const *, char const *);
 
 static char const *char_name (char);
 
-/* Line 253 of yacc.c  */
-#line 133 "src/parse-gram.c"
+/* Line 252 of yacc.c  */
+#line 131 "src/parse-gram.c"
 
 /* Enabling traces.  */
 #ifndef YYDEBUG
@@ -150,8 +148,8 @@ static char const *char_name (char);
 #endif
 
 /* "%code requires" blocks.  */
-/* Line 273 of yacc.c  */
-#line 202 "src/parse-gram.y"
+/* Line 272 of yacc.c  */
+#line 201 "src/parse-gram.y"
 
 # ifndef PARAM_TYPE
 #  define PARAM_TYPE
@@ -165,8 +163,8 @@ static char const *char_name (char);
 # endif
 
 
-/* Line 273 of yacc.c  */
-#line 170 "src/parse-gram.c"
+/* Line 272 of yacc.c  */
+#line 168 "src/parse-gram.c"
 
 /* Tokens.  */
 #ifndef YYTOKENTYPE
@@ -292,8 +290,8 @@ static char const *char_name (char);
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 {
-/* Line 278 of yacc.c  */
-#line 88 "src/parse-gram.y"
+/* Line 277 of yacc.c  */
+#line 87 "src/parse-gram.y"
 
   assoc assoc;
   char *code;
@@ -305,14 +303,14 @@ typedef union YYSTYPE
   uniqstr uniqstr;
   unsigned char character;
 
-/* Line 278 of yacc.c  */
-#line 226 "src/parse-gram.y"
+/* Line 277 of yacc.c  */
+#line 225 "src/parse-gram.y"
 
   param_type param;
 
 
-/* Line 278 of yacc.c  */
-#line 316 "src/parse-gram.c"
+/* Line 277 of yacc.c  */
+#line 314 "src/parse-gram.c"
 } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -335,11 +333,11 @@ typedef struct YYLTYPE
 
 /* Copy the second part of user declarations.  */
 
-/* Line 328 of yacc.c  */
-#line 340 "src/parse-gram.c"
+/* Line 327 of yacc.c  */
+#line 338 "src/parse-gram.c"
 /* Unqualified %code blocks.  */
-/* Line 329 of yacc.c  */
-#line 56 "src/parse-gram.y"
+/* Line 328 of yacc.c  */
+#line 55 "src/parse-gram.y"
 
   static int current_prec = 0;
   static location current_lhs_location;
@@ -353,8 +351,8 @@ typedef struct YYLTYPE
   #define YYTYPE_UINT16 uint_fast16_t
   #define YYTYPE_UINT8 uint_fast8_t
 
-/* Line 329 of yacc.c  */
-#line 215 "src/parse-gram.y"
+/* Line 328 of yacc.c  */
+#line 214 "src/parse-gram.y"
 
   /** Add a lex-param and/or a parse-param.
    *
@@ -366,8 +364,8 @@ typedef struct YYLTYPE
   static param_type current_param = param_none;
 
 
-/* Line 329 of yacc.c  */
-#line 371 "src/parse-gram.c"
+/* Line 328 of yacc.c  */
+#line 369 "src/parse-gram.c"
 
 #ifdef short
 # undef short
@@ -645,17 +643,17 @@ static const yytype_uint8 yytranslate[] =
   /* YYRLINEYYN -- Source line where rule number YYN was defined.    */
 static const yytype_uint16 yyrline[] =
 {
-       0,   251,   251,   259,   261,   265,   266,   276,   280,   285,
-     286,   291,   296,   297,   298,   299,   300,   305,   314,   315,
-     316,   317,   318,   319,   320,   321,   321,   322,   323,   347,
-     348,   349,   350,   354,   355,   364,   365,   366,   370,   377,
-     384,   388,   392,   399,   414,   415,   419,   431,   431,   436,
-     436,   441,   452,   467,   468,   469,   470,   474,   475,   480,
-     482,   487,   488,   493,   495,   500,   501,   505,   506,   507,
-     508,   513,   518,   523,   529,   535,   546,   547,   556,   557,
-     563,   564,   565,   572,   572,   577,   578,   579,   584,   586,
-     588,   590,   592,   594,   599,   601,   612,   613,   618,   619,
-     620,   629,   649,   651,   660,   665,   666,   671,   678,   680
+       0,   250,   250,   258,   260,   264,   265,   275,   279,   284,
+     285,   290,   295,   296,   297,   298,   299,   304,   313,   314,
+     315,   316,   317,   318,   319,   320,   320,   321,   322,   346,
+     347,   348,   349,   353,   354,   363,   364,   365,   369,   376,
+     383,   387,   391,   398,   413,   414,   418,   430,   430,   435,
+     435,   440,   451,   466,   467,   468,   469,   473,   474,   479,
+     481,   486,   487,   492,   494,   499,   500,   504,   505,   506,
+     507,   512,   517,   522,   528,   534,   545,   546,   555,   556,
+     562,   563,   564,   571,   571,   576,   577,   578,   583,   585,
+     587,   589,   591,   593,   598,   600,   611,   612,   617,   618,
+     619,   628,   648,   650,   659,   664,   665,   670,   677,   679
 };
 #endif
 
@@ -1028,107 +1026,107 @@ yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp)
     {
             case 3: // "string"
 
-/* Line 730 of yacc.c  */
-#line 175 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 174 "src/parse-gram.y"
         { fputs (quotearg_style (c_quoting_style, ((*yyvaluep).chars)), stderr); }
-/* Line 730 of yacc.c  */
-#line 1036 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1034 "src/parse-gram.c"
         break;
 
             case 4: // "integer"
 
-/* Line 730 of yacc.c  */
-#line 188 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 187 "src/parse-gram.y"
         { fprintf (stderr, "%d", ((*yyvaluep).integer)); }
-/* Line 730 of yacc.c  */
-#line 1045 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1043 "src/parse-gram.c"
         break;
 
             case 24: // "%<flag>"
 
-/* Line 730 of yacc.c  */
-#line 184 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 183 "src/parse-gram.y"
         { fprintf (stderr, "%%%s", ((*yyvaluep).uniqstr)); }
-/* Line 730 of yacc.c  */
-#line 1054 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1052 "src/parse-gram.c"
         break;
 
             case 40: // "{...}"
 
-/* Line 730 of yacc.c  */
-#line 177 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 176 "src/parse-gram.y"
         { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).code)); }
-/* Line 730 of yacc.c  */
-#line 1063 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1061 "src/parse-gram.c"
         break;
 
             case 41: // "[identifier]"
 
-/* Line 730 of yacc.c  */
-#line 182 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 181 "src/parse-gram.y"
         { fprintf (stderr, "[%s]", ((*yyvaluep).uniqstr)); }
-/* Line 730 of yacc.c  */
-#line 1072 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1070 "src/parse-gram.c"
         break;
 
             case 42: // "char"
 
-/* Line 730 of yacc.c  */
-#line 169 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 168 "src/parse-gram.y"
         { fputs (char_name (((*yyvaluep).character)), stderr); }
-/* Line 730 of yacc.c  */
-#line 1081 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1079 "src/parse-gram.c"
         break;
 
             case 43: // "epilogue"
 
-/* Line 730 of yacc.c  */
-#line 177 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 176 "src/parse-gram.y"
         { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); }
-/* Line 730 of yacc.c  */
-#line 1090 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1088 "src/parse-gram.c"
         break;
 
             case 45: // "identifier"
 
-/* Line 730 of yacc.c  */
-#line 181 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 180 "src/parse-gram.y"
         { fputs (((*yyvaluep).uniqstr), stderr); }
-/* Line 730 of yacc.c  */
-#line 1099 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1097 "src/parse-gram.c"
         break;
 
             case 46: // "identifier:"
 
-/* Line 730 of yacc.c  */
-#line 183 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 182 "src/parse-gram.y"
         { fprintf (stderr, "%s:", ((*yyvaluep).uniqstr)); }
-/* Line 730 of yacc.c  */
-#line 1108 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1106 "src/parse-gram.c"
         break;
 
             case 49: // "%{...%}"
 
-/* Line 730 of yacc.c  */
-#line 177 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 176 "src/parse-gram.y"
         { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); }
-/* Line 730 of yacc.c  */
-#line 1117 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1115 "src/parse-gram.c"
         break;
 
             case 51: // "<tag>"
 
-/* Line 730 of yacc.c  */
-#line 185 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 184 "src/parse-gram.y"
         { fprintf (stderr, "<%s>", ((*yyvaluep).uniqstr)); }
-/* Line 730 of yacc.c  */
-#line 1126 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1124 "src/parse-gram.c"
         break;
 
             case 54: // "%param"
 
-/* Line 730 of yacc.c  */
-#line 231 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 230 "src/parse-gram.y"
         {
   switch (((*yyvaluep).param))
     {
@@ -1141,80 +1139,80 @@ yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp)
       case param_none: aver (false); break;
     }
 }
-/* Line 730 of yacc.c  */
-#line 1146 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1144 "src/parse-gram.c"
         break;
 
             case 71: // symbol.prec
 
-/* Line 730 of yacc.c  */
-#line 191 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 190 "src/parse-gram.y"
         { fprintf (stderr, "%s", ((*yyvaluep).symbol)->tag); }
-/* Line 730 of yacc.c  */
-#line 1155 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1153 "src/parse-gram.c"
         break;
 
             case 84: // variable
 
-/* Line 730 of yacc.c  */
-#line 181 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 180 "src/parse-gram.y"
         { fputs (((*yyvaluep).uniqstr), stderr); }
-/* Line 730 of yacc.c  */
-#line 1164 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1162 "src/parse-gram.c"
         break;
 
             case 85: // content.opt
 
-/* Line 730 of yacc.c  */
-#line 177 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 176 "src/parse-gram.y"
         { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); }
-/* Line 730 of yacc.c  */
-#line 1173 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1171 "src/parse-gram.c"
         break;
 
             case 86: // braceless
 
-/* Line 730 of yacc.c  */
-#line 177 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 176 "src/parse-gram.y"
         { fprintf (stderr, "{\n%s\n}", ((*yyvaluep).chars)); }
-/* Line 730 of yacc.c  */
-#line 1182 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1180 "src/parse-gram.c"
         break;
 
             case 87: // id
 
-/* Line 730 of yacc.c  */
-#line 191 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 190 "src/parse-gram.y"
         { fprintf (stderr, "%s", ((*yyvaluep).symbol)->tag); }
-/* Line 730 of yacc.c  */
-#line 1191 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1189 "src/parse-gram.c"
         break;
 
             case 88: // id_colon
 
-/* Line 730 of yacc.c  */
-#line 192 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 191 "src/parse-gram.y"
         { fprintf (stderr, "%s:", ((*yyvaluep).symbol)->tag); }
-/* Line 730 of yacc.c  */
-#line 1200 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1198 "src/parse-gram.c"
         break;
 
             case 89: // symbol
 
-/* Line 730 of yacc.c  */
-#line 191 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 190 "src/parse-gram.y"
         { fprintf (stderr, "%s", ((*yyvaluep).symbol)->tag); }
-/* Line 730 of yacc.c  */
-#line 1209 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1207 "src/parse-gram.c"
         break;
 
             case 90: // string_as_id
 
-/* Line 730 of yacc.c  */
-#line 191 "src/parse-gram.y"
+/* Line 729 of yacc.c  */
+#line 190 "src/parse-gram.y"
         { fprintf (stderr, "%s", ((*yyvaluep).symbol)->tag); }
-/* Line 730 of yacc.c  */
-#line 1218 "src/parse-gram.c"
+/* Line 729 of yacc.c  */
+#line 1216 "src/parse-gram.c"
         break;
 
       default:
@@ -1744,16 +1742,16 @@ YYLTYPE yylloc;
 #endif
 
 /* User initialization code.  */
-/* Line 1215 of yacc.c  */
-#line 80 "src/parse-gram.y"
+/* Line 1214 of yacc.c  */
+#line 79 "src/parse-gram.y"
 {
   /* Bison's grammar can initial empty locations, hence a default
      location is needed. */
   boundary_set (&yylloc.start, current_file, 1, 1);
   boundary_set (&yylloc.end, current_file, 1, 1);
 }
-/* Line 1215 of yacc.c  */
-#line 1757 "src/parse-gram.c"
+/* Line 1214 of yacc.c  */
+#line 1755 "src/parse-gram.c"
   yylsp[0] = yylloc;
 
   goto yysetstate;
@@ -1939,8 +1937,8 @@ yyreduce:
   switch (yyn)
     {
         case 6:
-/* Line 1428 of yacc.c  */
-#line 267 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 266 "src/parse-gram.y"
     {
       code_props plain_code;
       code_props_plain_init (&plain_code, (yyvsp[0].chars), (yylsp[0]));
@@ -1950,107 +1948,107 @@ yyreduce:
                         plain_code.code, (yylsp[0]));
       code_scanner_last_string_free ();
     }
-/* Line 1428 of yacc.c  */
-#line 1955 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 1953 "src/parse-gram.c"
     break;
 
   case 7:
-/* Line 1428 of yacc.c  */
-#line 277 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 276 "src/parse-gram.y"
     {
       muscle_percent_define_ensure ((yyvsp[0].uniqstr), (yylsp[0]), true);
     }
-/* Line 1428 of yacc.c  */
-#line 1965 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 1963 "src/parse-gram.c"
     break;
 
   case 8:
-/* Line 1428 of yacc.c  */
-#line 281 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 280 "src/parse-gram.y"
     {
       muscle_percent_define_insert ((yyvsp[-1].uniqstr), (yylsp[-1]), (yyvsp[0].chars),
                                     MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE);
     }
-/* Line 1428 of yacc.c  */
-#line 1976 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 1974 "src/parse-gram.c"
     break;
 
   case 9:
-/* Line 1428 of yacc.c  */
-#line 285 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 284 "src/parse-gram.y"
     { defines_flag = true; }
-/* Line 1428 of yacc.c  */
-#line 1984 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 1982 "src/parse-gram.c"
     break;
 
   case 10:
-/* Line 1428 of yacc.c  */
-#line 287 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 286 "src/parse-gram.y"
     {
       defines_flag = true;
       spec_defines_file = xstrdup ((yyvsp[0].chars));
     }
-/* Line 1428 of yacc.c  */
-#line 1995 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 1993 "src/parse-gram.c"
     break;
 
   case 11:
-/* Line 1428 of yacc.c  */
-#line 292 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 291 "src/parse-gram.y"
     {
       muscle_percent_define_insert ("parse.error", (yylsp[0]), "verbose",
                                     MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE);
     }
-/* Line 1428 of yacc.c  */
-#line 2006 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2004 "src/parse-gram.c"
     break;
 
   case 12:
-/* Line 1428 of yacc.c  */
-#line 296 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 295 "src/parse-gram.y"
     { expected_sr_conflicts = (yyvsp[0].integer); }
-/* Line 1428 of yacc.c  */
-#line 2014 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2012 "src/parse-gram.c"
     break;
 
   case 13:
-/* Line 1428 of yacc.c  */
-#line 297 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 296 "src/parse-gram.y"
     { expected_rr_conflicts = (yyvsp[0].integer); }
-/* Line 1428 of yacc.c  */
-#line 2022 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2020 "src/parse-gram.c"
     break;
 
   case 14:
-/* Line 1428 of yacc.c  */
-#line 298 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 297 "src/parse-gram.y"
     { spec_file_prefix = (yyvsp[0].chars); }
-/* Line 1428 of yacc.c  */
-#line 2030 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2028 "src/parse-gram.c"
     break;
 
   case 15:
-/* Line 1428 of yacc.c  */
-#line 299 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 298 "src/parse-gram.y"
     { spec_file_prefix = (yyvsp[0].chars); }
-/* Line 1428 of yacc.c  */
-#line 2038 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2036 "src/parse-gram.c"
     break;
 
   case 16:
-/* Line 1428 of yacc.c  */
-#line 301 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 300 "src/parse-gram.y"
     {
       nondeterministic_parser = true;
       glr_parser = true;
     }
-/* Line 1428 of yacc.c  */
-#line 2049 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2047 "src/parse-gram.c"
     break;
 
   case 17:
-/* Line 1428 of yacc.c  */
-#line 306 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 305 "src/parse-gram.y"
     {
       code_props action;
       code_props_symbol_action_init (&action, (yyvsp[0].code), (yylsp[0]));
@@ -2059,93 +2057,93 @@ yyreduce:
       muscle_code_grow ("initial_action", action.code, (yylsp[0]));
       code_scanner_last_string_free ();
     }
-/* Line 1428 of yacc.c  */
-#line 2064 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2062 "src/parse-gram.c"
     break;
 
   case 18:
-/* Line 1428 of yacc.c  */
-#line 314 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 313 "src/parse-gram.y"
     { language_argmatch ((yyvsp[0].chars), grammar_prio, (yylsp[-1])); }
-/* Line 1428 of yacc.c  */
-#line 2072 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2070 "src/parse-gram.c"
     break;
 
   case 19:
-/* Line 1428 of yacc.c  */
-#line 315 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 314 "src/parse-gram.y"
     { spec_name_prefix = (yyvsp[0].chars); }
-/* Line 1428 of yacc.c  */
-#line 2080 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2078 "src/parse-gram.c"
     break;
 
   case 20:
-/* Line 1428 of yacc.c  */
-#line 316 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 315 "src/parse-gram.y"
     { spec_name_prefix = (yyvsp[0].chars); }
-/* Line 1428 of yacc.c  */
-#line 2088 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2086 "src/parse-gram.c"
     break;
 
   case 21:
-/* Line 1428 of yacc.c  */
-#line 317 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 316 "src/parse-gram.y"
     { no_lines_flag = true; }
-/* Line 1428 of yacc.c  */
-#line 2096 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2094 "src/parse-gram.c"
     break;
 
   case 22:
-/* Line 1428 of yacc.c  */
-#line 318 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 317 "src/parse-gram.y"
     { nondeterministic_parser = true; }
-/* Line 1428 of yacc.c  */
-#line 2104 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2102 "src/parse-gram.c"
     break;
 
   case 23:
-/* Line 1428 of yacc.c  */
-#line 319 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 318 "src/parse-gram.y"
     { spec_outfile = (yyvsp[0].chars); }
-/* Line 1428 of yacc.c  */
-#line 2112 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2110 "src/parse-gram.c"
     break;
 
   case 24:
-/* Line 1428 of yacc.c  */
-#line 320 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 319 "src/parse-gram.y"
     { spec_outfile = (yyvsp[0].chars); }
-/* Line 1428 of yacc.c  */
-#line 2120 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2118 "src/parse-gram.c"
     break;
 
   case 25:
-/* Line 1428 of yacc.c  */
-#line 321 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 320 "src/parse-gram.y"
     { current_param = (yyvsp[0].param); }
-/* Line 1428 of yacc.c  */
-#line 2128 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2126 "src/parse-gram.c"
     break;
 
   case 26:
-/* Line 1428 of yacc.c  */
-#line 321 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 320 "src/parse-gram.y"
     { current_param = param_none; }
-/* Line 1428 of yacc.c  */
-#line 2136 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2134 "src/parse-gram.c"
     break;
 
   case 27:
-/* Line 1428 of yacc.c  */
-#line 322 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 321 "src/parse-gram.y"
     { version_check (&(yylsp[0]), (yyvsp[0].chars)); }
-/* Line 1428 of yacc.c  */
-#line 2144 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2142 "src/parse-gram.c"
     break;
 
   case 28:
-/* Line 1428 of yacc.c  */
-#line 324 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 323 "src/parse-gram.y"
     {
       char const *skeleton_user = (yyvsp[0].chars);
       if (strchr (skeleton_user, '/'))
@@ -2169,199 +2167,199 @@ yyreduce:
         }
       skeleton_arg (skeleton_user, grammar_prio, (yylsp[-1]));
     }
-/* Line 1428 of yacc.c  */
-#line 2174 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2172 "src/parse-gram.c"
     break;
 
   case 29:
-/* Line 1428 of yacc.c  */
-#line 347 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 346 "src/parse-gram.y"
     { token_table_flag = true; }
-/* Line 1428 of yacc.c  */
-#line 2182 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2180 "src/parse-gram.c"
     break;
 
   case 30:
-/* Line 1428 of yacc.c  */
-#line 348 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 347 "src/parse-gram.y"
     { report_flag |= report_states; }
-/* Line 1428 of yacc.c  */
-#line 2190 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2188 "src/parse-gram.c"
     break;
 
   case 31:
-/* Line 1428 of yacc.c  */
-#line 349 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 348 "src/parse-gram.y"
     { yacc_flag = true; }
-/* Line 1428 of yacc.c  */
-#line 2198 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2196 "src/parse-gram.c"
     break;
 
   case 33:
-/* Line 1428 of yacc.c  */
-#line 354 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 353 "src/parse-gram.y"
     { add_param (current_param, (yyvsp[0].code), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2206 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2204 "src/parse-gram.c"
     break;
 
   case 34:
-/* Line 1428 of yacc.c  */
-#line 355 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 354 "src/parse-gram.y"
     { add_param (current_param, (yyvsp[0].code), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2214 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2212 "src/parse-gram.c"
     break;
 
   case 37:
-/* Line 1428 of yacc.c  */
-#line 367 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 366 "src/parse-gram.y"
     {
       grammar_start_symbol_set ((yyvsp[0].symbol), (yylsp[0]));
     }
-/* Line 1428 of yacc.c  */
-#line 2224 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2222 "src/parse-gram.c"
     break;
 
   case 38:
-/* Line 1428 of yacc.c  */
-#line 371 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 370 "src/parse-gram.y"
     {
       symbol_list *list;
       for (list = (yyvsp[0].list); list; list = list->next)
        symbol_list_destructor_set (list, (yyvsp[-1].code), (yylsp[-1]));
       symbol_list_free ((yyvsp[0].list));
     }
-/* Line 1428 of yacc.c  */
-#line 2237 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2235 "src/parse-gram.c"
     break;
 
   case 39:
-/* Line 1428 of yacc.c  */
-#line 378 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 377 "src/parse-gram.y"
     {
       symbol_list *list;
       for (list = (yyvsp[0].list); list; list = list->next)
        symbol_list_printer_set (list, (yyvsp[-1].code), (yylsp[-1]));
       symbol_list_free ((yyvsp[0].list));
     }
-/* Line 1428 of yacc.c  */
-#line 2250 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2248 "src/parse-gram.c"
     break;
 
   case 40:
-/* Line 1428 of yacc.c  */
-#line 385 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 384 "src/parse-gram.y"
     {
       default_prec = true;
     }
-/* Line 1428 of yacc.c  */
-#line 2260 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2258 "src/parse-gram.c"
     break;
 
   case 41:
-/* Line 1428 of yacc.c  */
-#line 389 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 388 "src/parse-gram.y"
     {
       default_prec = false;
     }
-/* Line 1428 of yacc.c  */
-#line 2270 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2268 "src/parse-gram.c"
     break;
 
   case 42:
-/* Line 1428 of yacc.c  */
-#line 393 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 392 "src/parse-gram.y"
     {
       /* Do not invoke muscle_percent_code_grow here since it invokes
          muscle_user_name_list_grow.  */
       muscle_code_grow ("percent_code()", (yyvsp[0].chars), (yylsp[0]));
       code_scanner_last_string_free ();
     }
-/* Line 1428 of yacc.c  */
-#line 2283 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2281 "src/parse-gram.c"
     break;
 
   case 43:
-/* Line 1428 of yacc.c  */
-#line 400 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 399 "src/parse-gram.y"
     {
       muscle_percent_code_grow ((yyvsp[-1].uniqstr), (yylsp[-1]), (yyvsp[0].chars), (yylsp[0]));
       code_scanner_last_string_free ();
     }
-/* Line 1428 of yacc.c  */
-#line 2294 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2292 "src/parse-gram.c"
     break;
 
   case 44:
-/* Line 1428 of yacc.c  */
-#line 414 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 413 "src/parse-gram.y"
     {}
-/* Line 1428 of yacc.c  */
-#line 2302 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2300 "src/parse-gram.c"
     break;
 
   case 45:
-/* Line 1428 of yacc.c  */
-#line 415 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 414 "src/parse-gram.y"
     { muscle_code_grow ("union_name", (yyvsp[0].uniqstr), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2310 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2308 "src/parse-gram.c"
     break;
 
   case 46:
-/* Line 1428 of yacc.c  */
-#line 420 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 419 "src/parse-gram.y"
     {
       union_seen = true;
       muscle_code_grow ("stype", (yyvsp[0].chars), (yylsp[0]));
       code_scanner_last_string_free ();
     }
-/* Line 1428 of yacc.c  */
-#line 2322 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2320 "src/parse-gram.c"
     break;
 
   case 47:
-/* Line 1428 of yacc.c  */
-#line 431 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 430 "src/parse-gram.y"
     { current_class = nterm_sym; }
-/* Line 1428 of yacc.c  */
-#line 2330 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2328 "src/parse-gram.c"
     break;
 
   case 48:
-/* Line 1428 of yacc.c  */
-#line 432 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 431 "src/parse-gram.y"
     {
       current_class = unknown_sym;
       current_type = NULL;
     }
-/* Line 1428 of yacc.c  */
-#line 2341 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2339 "src/parse-gram.c"
     break;
 
   case 49:
-/* Line 1428 of yacc.c  */
-#line 436 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 435 "src/parse-gram.y"
     { current_class = token_sym; }
-/* Line 1428 of yacc.c  */
-#line 2349 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2347 "src/parse-gram.c"
     break;
 
   case 50:
-/* Line 1428 of yacc.c  */
-#line 437 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 436 "src/parse-gram.y"
     {
       current_class = unknown_sym;
       current_type = NULL;
     }
-/* Line 1428 of yacc.c  */
-#line 2360 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2358 "src/parse-gram.c"
     break;
 
   case 51:
-/* Line 1428 of yacc.c  */
-#line 442 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 441 "src/parse-gram.y"
     {
       symbol_list *list;
       tag_seen = true;
@@ -2369,13 +2367,13 @@ yyreduce:
        symbol_type_set (list->content.sym, (yyvsp[-1].uniqstr), (yylsp[-1]));
       symbol_list_free ((yyvsp[0].list));
     }
-/* Line 1428 of yacc.c  */
-#line 2374 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2372 "src/parse-gram.c"
     break;
 
   case 52:
-/* Line 1428 of yacc.c  */
-#line 453 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 452 "src/parse-gram.y"
     {
       symbol_list *list;
       ++current_prec;
@@ -2387,340 +2385,340 @@ yyreduce:
       symbol_list_free ((yyvsp[0].list));
       current_type = NULL;
     }
-/* Line 1428 of yacc.c  */
-#line 2392 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2390 "src/parse-gram.c"
     break;
 
   case 53:
-/* Line 1428 of yacc.c  */
-#line 467 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 466 "src/parse-gram.y"
     { (yyval.assoc) = left_assoc; }
-/* Line 1428 of yacc.c  */
-#line 2400 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2398 "src/parse-gram.c"
     break;
 
   case 54:
-/* Line 1428 of yacc.c  */
-#line 468 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 467 "src/parse-gram.y"
     { (yyval.assoc) = right_assoc; }
-/* Line 1428 of yacc.c  */
-#line 2408 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2406 "src/parse-gram.c"
     break;
 
   case 55:
-/* Line 1428 of yacc.c  */
-#line 469 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 468 "src/parse-gram.y"
     { (yyval.assoc) = non_assoc; }
-/* Line 1428 of yacc.c  */
-#line 2416 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2414 "src/parse-gram.c"
     break;
 
   case 56:
-/* Line 1428 of yacc.c  */
-#line 470 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 469 "src/parse-gram.y"
     { (yyval.assoc) = precedence_assoc; }
-/* Line 1428 of yacc.c  */
-#line 2424 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2422 "src/parse-gram.c"
     break;
 
   case 57:
-/* Line 1428 of yacc.c  */
-#line 474 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 473 "src/parse-gram.y"
     { current_type = NULL; }
-/* Line 1428 of yacc.c  */
-#line 2432 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2430 "src/parse-gram.c"
     break;
 
   case 58:
-/* Line 1428 of yacc.c  */
-#line 475 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 474 "src/parse-gram.y"
     { current_type = (yyvsp[0].uniqstr); tag_seen = true; }
-/* Line 1428 of yacc.c  */
-#line 2440 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2438 "src/parse-gram.c"
     break;
 
   case 59:
-/* Line 1428 of yacc.c  */
-#line 481 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 480 "src/parse-gram.y"
     { (yyval.list) = symbol_list_sym_new ((yyvsp[0].symbol), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2448 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2446 "src/parse-gram.c"
     break;
 
   case 60:
-/* Line 1428 of yacc.c  */
-#line 483 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 482 "src/parse-gram.y"
     { (yyval.list) = symbol_list_prepend ((yyvsp[-1].list), symbol_list_sym_new ((yyvsp[0].symbol), (yylsp[0]))); }
-/* Line 1428 of yacc.c  */
-#line 2456 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2454 "src/parse-gram.c"
     break;
 
   case 61:
-/* Line 1428 of yacc.c  */
-#line 487 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 486 "src/parse-gram.y"
     { (yyval.symbol) = (yyvsp[0].symbol); }
-/* Line 1428 of yacc.c  */
-#line 2464 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2462 "src/parse-gram.c"
     break;
 
   case 62:
-/* Line 1428 of yacc.c  */
-#line 488 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 487 "src/parse-gram.y"
     { (yyval.symbol) = (yyvsp[-1].symbol); symbol_user_token_number_set ((yyvsp[-1].symbol), (yyvsp[0].integer), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2472 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2470 "src/parse-gram.c"
     break;
 
   case 63:
-/* Line 1428 of yacc.c  */
-#line 494 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 493 "src/parse-gram.y"
     { (yyval.list) = symbol_list_sym_new ((yyvsp[0].symbol), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2480 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2478 "src/parse-gram.c"
     break;
 
   case 64:
-/* Line 1428 of yacc.c  */
-#line 496 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 495 "src/parse-gram.y"
     { (yyval.list) = symbol_list_prepend ((yyvsp[-1].list), symbol_list_sym_new ((yyvsp[0].symbol), (yylsp[0]))); }
-/* Line 1428 of yacc.c  */
-#line 2488 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2486 "src/parse-gram.c"
     break;
 
   case 65:
-/* Line 1428 of yacc.c  */
-#line 500 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 499 "src/parse-gram.y"
     { (yyval.list) = (yyvsp[0].list); }
-/* Line 1428 of yacc.c  */
-#line 2496 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2494 "src/parse-gram.c"
     break;
 
   case 66:
-/* Line 1428 of yacc.c  */
-#line 501 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 500 "src/parse-gram.y"
     { (yyval.list) = symbol_list_prepend ((yyvsp[-1].list), (yyvsp[0].list)); }
-/* Line 1428 of yacc.c  */
-#line 2504 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2502 "src/parse-gram.c"
     break;
 
   case 67:
-/* Line 1428 of yacc.c  */
-#line 505 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 504 "src/parse-gram.y"
     { (yyval.list) = symbol_list_sym_new ((yyvsp[0].symbol), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2512 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2510 "src/parse-gram.c"
     break;
 
   case 68:
-/* Line 1428 of yacc.c  */
-#line 506 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 505 "src/parse-gram.y"
     { (yyval.list) = symbol_list_type_new ((yyvsp[0].uniqstr), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2520 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2518 "src/parse-gram.c"
     break;
 
   case 69:
-/* Line 1428 of yacc.c  */
-#line 507 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 506 "src/parse-gram.y"
     { (yyval.list) = symbol_list_default_tagged_new ((yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2528 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2526 "src/parse-gram.c"
     break;
 
   case 70:
-/* Line 1428 of yacc.c  */
-#line 508 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 507 "src/parse-gram.y"
     { (yyval.list) = symbol_list_default_tagless_new ((yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2536 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2534 "src/parse-gram.c"
     break;
 
   case 71:
-/* Line 1428 of yacc.c  */
-#line 514 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 513 "src/parse-gram.y"
     {
        current_type = (yyvsp[0].uniqstr);
        tag_seen = true;
      }
-/* Line 1428 of yacc.c  */
-#line 2547 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2545 "src/parse-gram.c"
     break;
 
   case 72:
-/* Line 1428 of yacc.c  */
-#line 519 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 518 "src/parse-gram.y"
     {
        symbol_class_set ((yyvsp[0].symbol), current_class, (yylsp[0]), true);
        symbol_type_set ((yyvsp[0].symbol), current_type, (yylsp[0]));
      }
-/* Line 1428 of yacc.c  */
-#line 2558 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2556 "src/parse-gram.c"
     break;
 
   case 73:
-/* Line 1428 of yacc.c  */
-#line 524 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 523 "src/parse-gram.y"
     {
       symbol_class_set ((yyvsp[-1].symbol), current_class, (yylsp[-1]), true);
       symbol_type_set ((yyvsp[-1].symbol), current_type, (yylsp[-1]));
       symbol_user_token_number_set ((yyvsp[-1].symbol), (yyvsp[0].integer), (yylsp[0]));
     }
-/* Line 1428 of yacc.c  */
-#line 2570 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2568 "src/parse-gram.c"
     break;
 
   case 74:
-/* Line 1428 of yacc.c  */
-#line 530 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 529 "src/parse-gram.y"
     {
       symbol_class_set ((yyvsp[-1].symbol), current_class, (yylsp[-1]), true);
       symbol_type_set ((yyvsp[-1].symbol), current_type, (yylsp[-1]));
       symbol_make_alias ((yyvsp[-1].symbol), (yyvsp[0].symbol), (yyloc));
     }
-/* Line 1428 of yacc.c  */
-#line 2582 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2580 "src/parse-gram.c"
     break;
 
   case 75:
-/* Line 1428 of yacc.c  */
-#line 536 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 535 "src/parse-gram.y"
     {
       symbol_class_set ((yyvsp[-2].symbol), current_class, (yylsp[-2]), true);
       symbol_type_set ((yyvsp[-2].symbol), current_type, (yylsp[-2]));
       symbol_user_token_number_set ((yyvsp[-2].symbol), (yyvsp[-1].integer), (yylsp[-1]));
       symbol_make_alias ((yyvsp[-2].symbol), (yyvsp[0].symbol), (yyloc));
     }
-/* Line 1428 of yacc.c  */
-#line 2595 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2593 "src/parse-gram.c"
     break;
 
   case 82:
-/* Line 1428 of yacc.c  */
-#line 566 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 565 "src/parse-gram.y"
     {
       yyerrok;
     }
-/* Line 1428 of yacc.c  */
-#line 2605 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2603 "src/parse-gram.c"
     break;
 
   case 83:
-/* Line 1428 of yacc.c  */
-#line 572 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 571 "src/parse-gram.y"
     { current_lhs = (yyvsp[-1].symbol); current_lhs_location = (yylsp[-1]);
     current_lhs_named_ref = (yyvsp[0].named_ref); }
-/* Line 1428 of yacc.c  */
-#line 2614 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2612 "src/parse-gram.c"
     break;
 
   case 85:
-/* Line 1428 of yacc.c  */
-#line 577 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 576 "src/parse-gram.y"
     { grammar_current_rule_end ((yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2622 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2620 "src/parse-gram.c"
     break;
 
   case 86:
-/* Line 1428 of yacc.c  */
-#line 578 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 577 "src/parse-gram.y"
     { grammar_current_rule_end ((yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2630 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2628 "src/parse-gram.c"
     break;
 
   case 88:
-/* Line 1428 of yacc.c  */
-#line 584 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 583 "src/parse-gram.y"
     { grammar_current_rule_begin (current_lhs, current_lhs_location,
                                  current_lhs_named_ref); }
-/* Line 1428 of yacc.c  */
-#line 2639 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2637 "src/parse-gram.c"
     break;
 
   case 89:
-/* Line 1428 of yacc.c  */
-#line 587 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 586 "src/parse-gram.y"
     { grammar_current_rule_symbol_append ((yyvsp[-1].symbol), (yylsp[-1]), (yyvsp[0].named_ref)); }
-/* Line 1428 of yacc.c  */
-#line 2647 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2645 "src/parse-gram.c"
     break;
 
   case 90:
-/* Line 1428 of yacc.c  */
-#line 589 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 588 "src/parse-gram.y"
     { grammar_current_rule_action_append ((yyvsp[-1].code), (yylsp[-1]), (yyvsp[0].named_ref)); }
-/* Line 1428 of yacc.c  */
-#line 2655 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2653 "src/parse-gram.c"
     break;
 
   case 91:
-/* Line 1428 of yacc.c  */
-#line 591 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 590 "src/parse-gram.y"
     { grammar_current_rule_prec_set ((yyvsp[0].symbol), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2663 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2661 "src/parse-gram.c"
     break;
 
   case 92:
-/* Line 1428 of yacc.c  */
-#line 593 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 592 "src/parse-gram.y"
     { grammar_current_rule_dprec_set ((yyvsp[0].integer), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2671 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2669 "src/parse-gram.c"
     break;
 
   case 93:
-/* Line 1428 of yacc.c  */
-#line 595 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 594 "src/parse-gram.y"
     { grammar_current_rule_merge_set ((yyvsp[0].uniqstr), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2679 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2677 "src/parse-gram.c"
     break;
 
   case 94:
-/* Line 1428 of yacc.c  */
-#line 599 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 598 "src/parse-gram.y"
     { (yyval.named_ref) = 0; }
-/* Line 1428 of yacc.c  */
-#line 2687 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2685 "src/parse-gram.c"
     break;
 
   case 95:
-/* Line 1428 of yacc.c  */
-#line 601 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 600 "src/parse-gram.y"
     { (yyval.named_ref) = named_ref_new((yyvsp[0].uniqstr), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2695 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2693 "src/parse-gram.c"
     break;
 
   case 97:
-/* Line 1428 of yacc.c  */
-#line 613 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 612 "src/parse-gram.y"
     { (yyval.uniqstr) = uniqstr_new ((yyvsp[0].chars)); }
-/* Line 1428 of yacc.c  */
-#line 2703 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2701 "src/parse-gram.c"
     break;
 
   case 98:
-/* Line 1428 of yacc.c  */
-#line 618 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 617 "src/parse-gram.y"
     { (yyval.chars) = ""; }
-/* Line 1428 of yacc.c  */
-#line 2711 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2709 "src/parse-gram.c"
     break;
 
   case 99:
-/* Line 1428 of yacc.c  */
-#line 619 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 618 "src/parse-gram.y"
     { (yyval.chars) = (yyvsp[0].uniqstr); }
-/* Line 1428 of yacc.c  */
-#line 2719 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2717 "src/parse-gram.c"
     break;
 
   case 101:
-/* Line 1428 of yacc.c  */
-#line 630 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 629 "src/parse-gram.y"
     {
       code_props plain_code;
       (yyvsp[0].code)[strlen ((yyvsp[0].code)) - 1] = '\n';
@@ -2729,52 +2727,52 @@ yyreduce:
       gram_scanner_last_string_free ();
       (yyval.chars) = plain_code.code;
     }
-/* Line 1428 of yacc.c  */
-#line 2734 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2732 "src/parse-gram.c"
     break;
 
   case 102:
-/* Line 1428 of yacc.c  */
-#line 650 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 649 "src/parse-gram.y"
     { (yyval.symbol) = symbol_from_uniqstr ((yyvsp[0].uniqstr), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2742 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2740 "src/parse-gram.c"
     break;
 
   case 103:
-/* Line 1428 of yacc.c  */
-#line 652 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 651 "src/parse-gram.y"
     {
       (yyval.symbol) = symbol_get (char_name ((yyvsp[0].character)), (yylsp[0]));
       symbol_class_set ((yyval.symbol), token_sym, (yylsp[0]), false);
       symbol_user_token_number_set ((yyval.symbol), (yyvsp[0].character), (yylsp[0]));
     }
-/* Line 1428 of yacc.c  */
-#line 2754 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2752 "src/parse-gram.c"
     break;
 
   case 104:
-/* Line 1428 of yacc.c  */
-#line 660 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 659 "src/parse-gram.y"
     { (yyval.symbol) = symbol_from_uniqstr ((yyvsp[0].uniqstr), (yylsp[0])); }
-/* Line 1428 of yacc.c  */
-#line 2762 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2760 "src/parse-gram.c"
     break;
 
   case 107:
-/* Line 1428 of yacc.c  */
-#line 672 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 671 "src/parse-gram.y"
     {
       (yyval.symbol) = symbol_get (quotearg_style (c_quoting_style, (yyvsp[0].chars)), (yylsp[0]));
       symbol_class_set ((yyval.symbol), token_sym, (yylsp[0]), false);
     }
-/* Line 1428 of yacc.c  */
-#line 2773 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2771 "src/parse-gram.c"
     break;
 
   case 109:
-/* Line 1428 of yacc.c  */
-#line 681 "src/parse-gram.y"
+/* Line 1427 of yacc.c  */
+#line 680 "src/parse-gram.y"
     {
       code_props plain_code;
       code_props_plain_init (&plain_code, (yyvsp[0].chars), (yylsp[0]));
@@ -2783,13 +2781,13 @@ yyreduce:
       muscle_code_grow ("epilogue", plain_code.code, (yylsp[0]));
       code_scanner_last_string_free ();
     }
-/* Line 1428 of yacc.c  */
-#line 2788 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2786 "src/parse-gram.c"
     break;
 
 
-/* Line 1428 of yacc.c  */
-#line 2793 "src/parse-gram.c"
+/* Line 1427 of yacc.c  */
+#line 2791 "src/parse-gram.c"
       default: break;
     }
   /* User semantic actions sometimes alter yychar, and that requires
@@ -3016,8 +3014,8 @@ yyreturn:
   return YYID (yyresult);
 }
 
-/* Line 1658 of yacc.c  */
-#line 691 "src/parse-gram.y"
+/* Line 1657 of yacc.c  */
+#line 690 "src/parse-gram.y"
 
 
 
index 17f86cde25cba131d07defa25b824008ebbb65a3..e334290e556bca2ef34e0f800e0a18a1fc86746c 100644 (file)
@@ -1,9 +1,8 @@
-/* A Bison parser, made by GNU Bison 2.4.457-4395a.  */
+/* A Bison parser, made by GNU Bison 2.4.462-882b.  */
 
 /* Interface for Bison's Yacc-like parsers in C
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989-1990, 2000-2010 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
@@ -31,8 +30,8 @@
    This special exception was added by the Free Software Foundation in
    version 2.2 of Bison.  */
 /* "%code requires" blocks.  */
-/* Line 1659 of yacc.c  */
-#line 202 "src/parse-gram.y"
+/* Line 1658 of yacc.c  */
+#line 201 "src/parse-gram.y"
 
 # ifndef PARAM_TYPE
 #  define PARAM_TYPE
@@ -46,8 +45,8 @@
 # endif
 
 
-/* Line 1659 of yacc.c  */
-#line 51 "src/parse-gram.h"
+/* Line 1658 of yacc.c  */
+#line 50 "src/parse-gram.h"
 
 /* Tokens.  */
 #ifndef YYTOKENTYPE
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 {
-/* Line 1659 of yacc.c  */
-#line 88 "src/parse-gram.y"
+/* Line 1658 of yacc.c  */
+#line 87 "src/parse-gram.y"
 
   assoc assoc;
   char *code;
@@ -186,14 +185,14 @@ typedef union YYSTYPE
   uniqstr uniqstr;
   unsigned char character;
 
-/* Line 1659 of yacc.c  */
-#line 226 "src/parse-gram.y"
+/* Line 1658 of yacc.c  */
+#line 225 "src/parse-gram.y"
 
   param_type param;
 
 
-/* Line 1659 of yacc.c  */
-#line 197 "src/parse-gram.h"
+/* Line 1658 of yacc.c  */
+#line 196 "src/parse-gram.h"
 } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
index 4d48d7adfcb111f92fdeba634fb8e5f61efccf37..663f17017e53e4cf3e35cf03d1a2eaef18e31f14 100644 (file)
@@ -1,7 +1,6 @@
 %{/* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d8becc54c4ddd571270796e6716fef809a5ff71d..0d68171bf1ff13e8d464c049cc18f974db1f8350 100644 (file)
@@ -1,6 +1,6 @@
 /* Print an xml on generated parser, for Bison,
 
-   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index cb6f5ec159cb435290ed93d1c465315ca6ab5ca1..0c99859b607c6abbb640177e9d25fa975e1c1463 100644 (file)
@@ -1,6 +1,6 @@
 /* Output an xml of the generated parser, for Bison.
 
-   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 4f362f8c3a049bac1e58d87f03b5b133d22b1a47..d66fc38d5713830c992087e2d5c322ffec0fe732 100644 (file)
@@ -1,7 +1,7 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2003, 2004, 2005,
-   2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 19f0505783d6a4288e9e399e24e741faefa476c4..bada366359a7c02ee62eaa1d606ac7dbae04a12e 100644 (file)
@@ -1,5 +1,5 @@
 /* Print information on generated parser, for bison,
-   Copyright (C) 2000, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 86877c35a6cbc33a99fac436872f38ca029ffaba..b9bd8eeea55adcffebb3ba1b8c4eb53d75784fb0 100644 (file)
@@ -1,7 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a2288cd396626d991e2e7adf1a6cb0b4ddeb3560..0b86c2db224bdcb84fa62f8fa97a2585ba6d7501 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2000, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3f00754131c1fe6e5e92f64ab919781aa094c61d..03c5bae5cc74c5221f8878b3e9a528e2e3360d7f 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
-   Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000, 2001, 2002, 2003,
-   2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007,
+   2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e57100522a16ed6663c3b55b38e3d8bb56bc092a..5fb0ef5e386765ad20d519641f3eb0e519ad1eff 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2000-2003, 2005-2007, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 67e72a36949a28828f2a69674e783cbdf0054072..733cd08c739a4684523dd0e8e87172da23f8eec1 100644 (file)
@@ -1,7 +1,7 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006, 2007,
-   2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 1988-1989, 2000-2003, 2005-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2b6b8e583719c2a459725a8c69ad1278f4777d4d..b16ce2565b86ad5c0ffbf58bc42ec627d689fdf1 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2007, 2009 Free Software Foundation,
+   Copyright (C) 2000-2002, 2007, 2009-2010 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 32305221e90ba735fcef4358bd2cc554ecb367ac..c9b6331a92bc272128048984252e7ec797b80ec4 100644 (file)
@@ -1,5 +1,6 @@
 /* Binary relations.
-   Copyright (C) 2002, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004-2005, 2009-2010 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7af2ae837434dd6cab54fbc970f8b5e700ec3b95..1906db8037ecd538477ee31a77c29f709eb34977 100644 (file)
@@ -1,5 +1,5 @@
 /* Binary relations.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c98a54ad1916beb2e48c2b3134827223914e1399..a2942a072af938c3ff49da716971a34e91b74179 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
-   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 700488e809daeca7a7e23e88c1bca7c74745f26e..f4bb13ba46ce4f9393ac504c522e84b452c92a0d 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index decb545c74ef72401ffe11da8290f4b961ed8731..4fe819cb5d7e69d4bd586447672875518267c8db 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner
 
-   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index aff0769727de0460b05e136200752dc04c5a9378..52762508cd57bf053ee617b33c1d990e4cc61b70 100644 (file)
@@ -1,7 +1,6 @@
 /* Bison Grammar Scanner                             -*- C -*-
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 428c4d9df4227b965dbfe0873aaeba34a8b2aba9..bef1a3355486790f86b427ce9f055b7c1d9246b7 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
-   Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f342604b23dba20daee0218bc71ab44adf4817c5..6cf360a851b0e1ee37bf5afdbc2d78dbbec44d34 100644 (file)
@@ -1,7 +1,6 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2001-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b5cd6a329c9927d41017f4c4bc44c9eece9fc998..aa80ebcd578de6c861f7d31140888ac6eb491935 100644 (file)
@@ -1,7 +1,6 @@
 /* Type definitions for nondeterministic finite state machine for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 931b48f1bf0aab6356b3889f001854230911e7b2..99e09c447d989060c426ac0ed88c626829cd24c2 100644 (file)
@@ -1,7 +1,7 @@
 /* Type definitions for nondeterministic finite state machine for Bison.
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2004, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 74cbe8b6ef53cf8ce6865c7a8db2da2053e9eb56..8546c96bc36737ccb096170d09a0eb5bc3196dec 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005, 2006, 2007, 2009 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2010 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 629bcd61f3af595c469954366d86aafe24c94ca2..3d439e856a8449a894282e5225c20f6fe6a7f1ec 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005, 2006, 2007, 2009 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2010 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index ebdf04c1fc29945342a536bf5ec160cee610cdba..54ab05699b7fa679b65c10633d682e7d6866cde9 100644 (file)
@@ -1,8 +1,7 @@
 /* Symbol table manager for Bison.
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004, 2005, 2006, 2007,
-   2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 6204d90d58d9db38dbfcfd0c2e9d131ba96296d6..d56e8f88b8034c29d2df21dcd8bd44d6b550b919 100644 (file)
@@ -1,7 +1,7 @@
 /* Definitions for symtab.c and callers, part of Bison.
 
-   Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2004, 2005, 2006,
-   2007, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 8d2358c29eda8fc591f2b88c850bc5338ca50109..c5a685bc2d525d495227947190a3c19717f8a633 100644 (file)
@@ -1,7 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2007, 2009-2010 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
index d1f7e7d96255279b23338515e01e95472fd3f90b..01bccfc7818df6b6d36bb06b27bb45d3d5873bba 100644 (file)
@@ -1,7 +1,7 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 02381e2c7ba8f60c998e5f5482ac2aab1f7af6e6..a2d0986701cc0b6c5d1fb56b99cecd91b1be7f13 100644 (file)
@@ -1,5 +1,5 @@
 /* Prepare the LALR and GLR parser tables.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ed8f79a78f8c8467329aa787f3f8ec68f592f35c..f21d46f021b527ccae854d369ccf207a7739ca4b 100644 (file)
@@ -1,6 +1,6 @@
 /* Keep a unique copy of strings.
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2005, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2f9fce035e4e6d86e48957faa8c948538cc08b97..132f203f7359fe55c5a761d2022c33511c793d8c 100644 (file)
@@ -1,6 +1,6 @@
 /* Keeping a unique copy of strings.
 
-   Copyright (C) 2002, 2003, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2008-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 144791c505c6662362ba4d381a2ead4d40d3ba67..33a9786a11213b8c5c4e5b293dfdb283f1dac5ed 100644 (file)
@@ -1,6 +1,5 @@
 # Executing Actions.                               -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2001-2010 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
index 7277a59767da85261a413ed3c11a2973dc543ac1..d2c6f03600589f8377e025ae351fc4125c938e81 100644 (file)
@@ -1,8 +1,7 @@
 # @configure_input@                                    -*- shell-script -*-
 # Configurable variable values for Bison test suite.
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009 Free Software Foundation, Inc.
+# Copyright (C) 2000-2010 Free Software Foundation, Inc.
 
 # We need a C compiler.
 : ${CC='@CC@'}
index 6a8d2c5d1e0943bc742b6a788e6703af04608a1c..bcd98005adb674c3b8a2a37443be21e7df828cda 100644 (file)
@@ -1,5 +1,5 @@
 # Checking the output filenames.                    -*- Autotest -*-
-# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2004-2005, 2007-2010 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
index 52051ef71554411a41570a86e086d08103007487..5a19a8e590ed822bd0e65f239bb932e120ed4919 100644 (file)
@@ -1,7 +1,6 @@
 # Simple calculator.                         -*- Autotest -*-
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009 Free Software Foundation, Inc.
+# Copyright (C) 2000-2010 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
index faaa3b9d5639c341ce9cc3f23ccfa31c8c448ac2..705419b95b8c296c685a6664540f3463470f1335 100644 (file)
@@ -1,7 +1,6 @@
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2002-2005, 2007-2010 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
index 9daaa44ef8d45d007da411e86fd3554811645b0c..9feb42b8f4b95189f4329bb26749930bd9097630 100644 (file)
@@ -1,6 +1,5 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
index ba06626b2696a4c666d08dd433e1829cb78cd86f..f0af11a40ffb750ccea7a21b89fde2438fcbb246 100644 (file)
@@ -1,7 +1,7 @@
 # Exercising Bison on actual grammars.                   -*- Autotest -*-
 
-# Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2010 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
index e5d683743dd1349a007b3c7cfe9d06116cb41322..dd24eb01757cf01b3264391735d4d883be27e895 100644 (file)
@@ -1,5 +1,5 @@
 # Checking GLR Parsing: Regression Tests           -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009 Free Software
+# Copyright (C) 2002-2003, 2005-2007, 2009-2010 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 66a606c7507171a8ed332fba01ff50d45d1f226f..02e517ab5f3d1590d516fa390e89157f08b05fb1 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Parser Headers.                               -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2006, 2007, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2002, 2006-2007, 2009-2010 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
index 1a08f356f7eb0e51894d42df0dbef1d112035c6f..71fc3562392de0ad9e7aea7bc608d528f287e2f1 100644 (file)
@@ -1,6 +1,5 @@
 # Checking the Bison scanner.                    -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
index fa96558c7eb662f8f48bdb2f902b3b90ab119319..8912f289a1dd47152a2da1f94951b974f373a725 100644 (file)
@@ -1,6 +1,6 @@
 # Java tests for simple calculator.           -*- Autotest -*-
 
-# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007-2010 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
index dc3897b5c406e51e84bbea79da1338822d05ff03..cbd7e596aa3c70c98944cd0781d7bb6703c47540 100644 (file)
@@ -1,8 +1,7 @@
 # Process this -*- Autotest -*- file with autom4te.
 
 # Macros for the GNU Bison Test suite.
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2003-2010 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
index 565cc33a0b5760dc07ecc5a7ecfe4d8aad0c7a95..9f7367698f566451e70d52e44fe5b94212e53a1e 100644 (file)
@@ -1,7 +1,6 @@
 ## Makefile for Bison testsuite.
 
-## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-## Free Software Foundation, Inc.
+## Copyright (C) 2000-2010 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
index 4a256a13b99b29d0eeefd41ed2e9bc2a01058cf8..794ea048ddd61d6ebf52b6c2ae87a9d68fc21f29 100644 (file)
@@ -1,6 +1,6 @@
 # Named references test.                           -*- Autotest -*-
 
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010 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
index 31298d7c73a4c92ba38ce1772324e568b5d0b02c..94c618d86603e49357685235e95e3d993a5822e3 100644 (file)
@@ -1,6 +1,5 @@
 # Checking the output filenames.                    -*- Autotest -*-
-# Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-2010 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
index 741b36243fd9977a0db514c9bb246b8edde8fcba..587c4164ac9f2fb8704fb4381dfb0f78ad424ec0 100644 (file)
@@ -1,5 +1,5 @@
 # Checking Push Parsing.                            -*- Autotest -*-
-# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2010 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
index e1e336785a0351d09019e9a8081ae9ca4fb9d078..2a594539d743a3fd3697aef94ffbbba9c13a4638 100644 (file)
@@ -1,6 +1,5 @@
 # Exercising Bison Grammar Reduction.                      -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2002, 2007-2010 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
index 38579164fcf50461f8c676c01cd82601114fd9b3..c530428c8e171e5a307ca3920837380d1a73b684 100644 (file)
@@ -1,7 +1,6 @@
 # Bison Regressions.                               -*- Autotest -*-
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001-2010 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
index 84070a6b7b26b6323ec381fbd3c3a46af48aee9f..4c2a046b181864849465a9bf48934200a63cc255 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2005, 2007, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2010 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
index 60fc1176ca5decb98f25f1adf0bb01b01374d298..f96d13e2c24540c6ef35ae9b235fa01cbe61b042 100644 (file)
@@ -1,5 +1,5 @@
 # Checking skeleton support.                     -*- Autotest -*-
-# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2010 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
index 1f1f9bad6030d2b69eb7c166d31f7a2ea254faee..a3bc06d455bc50b0c0c774c902deadd3483624fc 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
-# Copyright (C) 2002, 2004, 2005, 2007, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2004-2005, 2007, 2009-2010 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
index 9af11f9f5913e452dea8b01344e985f921a8a653..4c2848d7b223266bb51bd1da5132c5ae21d75dab 100644 (file)
@@ -1,7 +1,7 @@
 # Test suite for GNU Bison.                            -*- Autotest -*-
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2000-2004, 2006-2007, 2009-2010 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
index 47435cbcbc6dae69ced8fc4e9236d7b7343440bd..335323777f0361b24b9204fa8934560d6f7ff2bb 100644 (file)
@@ -1,5 +1,5 @@
 # Torturing Bison.                                    -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009 Free Software
+# Copyright (C) 2001-2002, 2004-2007, 2009-2010 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify