]> git.saurik.com Git - bison.git/commitdiff
Update copyright date.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 May 2005 06:26:13 +0000 (06:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 May 2005 06:26:13 +0000 (06:26 +0000)
data/glr.c
data/lalr1.cc

index 3d1b0ef531d13856635fb44d10a29ad1787c55ad..29cd122073f84be9d23985769c47eea409e35519 100644 (file)
@@ -1,7 +1,7 @@
 m4_divert(-1)                                                       -*- C -*-
 
 # GLR skeleton for Bison
 m4_divert(-1)                                                       -*- C -*-
 
 # GLR skeleton for Bison
-# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 
 # 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
@@ -137,7 +137,8 @@ m4_define([b4_rhs_location],
 m4_changecom()
 m4_divert(0)dnl
 @output @output_parser_name@
 m4_changecom()
 m4_divert(0)dnl
 @output @output_parser_name@
-b4_copyright([Skeleton parser for GLR parsing with Bison], [2002, 2003, 2004])
+b4_copyright([Skeleton parser for GLR parsing with Bison],
+  [2002, 2003, 2004, 2005])
 [
 /* This is the parser code for GLR (Generalized LR) parser. */
 
 [
 /* This is the parser code for GLR (Generalized LR) parser. */
 
@@ -587,7 +588,7 @@ struct yyGLRState {
   size_t yyposn;
   union {
     /** First in a chain of alternative reductions producing the
   size_t yyposn;
   union {
     /** First in a chain of alternative reductions producing the
-     *  non-terminal corresponding to this state, threaded through 
+     *  non-terminal corresponding to this state, threaded through
      *  yynext. */
     yySemanticOption* yyfirstVal;
     /** Semantic value for this state. */
      *  yynext. */
     yySemanticOption* yyfirstVal;
     /** Semantic value for this state. */
@@ -614,7 +615,7 @@ struct yySemanticOption {
   yySemanticOption* yynext;
 };
 
   yySemanticOption* yynext;
 };
 
-/** Type of the items in the GLR stack. The yyisState field 
+/** Type of the items in the GLR stack. The yyisState field
  *  indicates which item of the union is valid. */
 union yyGLRStackItem {
   yyGLRState yystate;
  *  indicates which item of the union is valid. */
 union yyGLRStackItem {
   yyGLRState yystate;
@@ -1313,7 +1314,7 @@ yymergeOptionSets (yySemanticOption* yyy0, yySemanticOption* yyy1)
     {
       if (yys0 == yys1)
        break;
     {
       if (yys0 == yys1)
        break;
-      else if (yys0->yyresolved) 
+      else if (yys0->yyresolved)
        {
          yys1->yyresolved = yytrue;
          yys1->yysemantics.yysval = yys0->yysemantics.yysval;
        {
          yys1->yyresolved = yytrue;
          yys1->yysemantics.yysval = yys0->yysemantics.yysval;
@@ -1323,7 +1324,7 @@ yymergeOptionSets (yySemanticOption* yyy0, yySemanticOption* yyy1)
          yys0->yyresolved = yytrue;
          yys0->yysemantics.yysval = yys1->yysemantics.yysval;
        }
          yys0->yyresolved = yytrue;
          yys0->yysemantics.yysval = yys1->yysemantics.yysval;
        }
-      else 
+      else
        {
          yySemanticOption** yyz0p;
          yySemanticOption* yyz1;
        {
          yySemanticOption** yyz0p;
          yySemanticOption* yyz1;
@@ -2101,7 +2102,8 @@ yypdumpstack (yyGLRStack* yystack)
 b4_epilogue
 m4_if(b4_defines_flag, 0, [],
 [@output @output_header_name@
 b4_epilogue
 m4_if(b4_defines_flag, 0, [],
 [@output @output_header_name@
-b4_copyright([Skeleton parser for GLR parsing with Bison], [2002, 2003, 2004])
+b4_copyright([Skeleton parser for GLR parsing with Bison],
+  [2002, 2003, 2004, 2005])
 
 b4_token_defines(b4_tokens)
 
 
 b4_token_defines(b4_tokens)
 
index b0b74cd78255ad5423972173eecc684f2aab26a7..9863ae995587ebf282d9badaa09074d8fd758a3e 100644 (file)
@@ -115,7 +115,7 @@ m4_divert(0)dnl
 m4_if(b4_defines_flag, 0, [],
 [@output @output_header_name@
 b4_copyright([C++ Skeleton parser for LALR(1) parsing with Bison],
 m4_if(b4_defines_flag, 0, [],
 [@output @output_header_name@
 b4_copyright([C++ Skeleton parser for LALR(1) parsing with Bison],
-             [2002, 2003, 2004])[
+             [2002, 2003, 2004, 2005])[
 /* FIXME: This is wrong, we want computed header guards.
    I don't know why the macros are missing now. :( */
 #ifndef PARSER_HEADER_H
 /* FIXME: This is wrong, we want computed header guards.
    I don't know why the macros are missing now. :( */
 #ifndef PARSER_HEADER_H
@@ -408,7 +408,7 @@ namespace yy
 ])dnl
 @output @output_parser_name@
 b4_copyright([C++ Skeleton parser for LALR(1) parsing with Bison],
 ])dnl
 @output @output_parser_name@
 b4_copyright([C++ Skeleton parser for LALR(1) parsing with Bison],
-             [2002, 2003, 2004])
+             [2002, 2003, 2004, 2005])
 m4_if(b4_prefix[], [yy], [],
 [
 // Take the name prefix into account.
 m4_if(b4_prefix[], [yy], [],
 [
 // Take the name prefix into account.
@@ -1051,7 +1051,7 @@ const yy::]b4_parser_class_name[::token_number_type yy::]b4_parser_class_name[::
 ]b4_epilogue
 dnl
 @output stack.hh
 ]b4_epilogue
 dnl
 @output stack.hh
-b4_copyright([stack handling for Bison C++ parsers], [2002, 2003, 2004])[
+b4_copyright([stack handling for Bison C++ parsers], [2002, 2003, 2004, 2005])[
 
 #ifndef BISON_STACK_HH
 # define BISON_STACK_HH
 
 #ifndef BISON_STACK_HH
 # define BISON_STACK_HH
@@ -1150,7 +1150,7 @@ namespace yy
 #endif // not BISON_STACK_HH]
 dnl
 @output position.hh
 #endif // not BISON_STACK_HH]
 dnl
 @output position.hh
-b4_copyright([Position class for Bison C++ parsers], [2002, 2003, 2004])[
+b4_copyright([Position class for Bison C++ parsers], [2002, 2003, 2004, 2005])[
 
 /**
  ** \file position.hh
 
 /**
  ** \file position.hh
@@ -1263,7 +1263,7 @@ namespace yy
 }
 #endif // not BISON_POSITION_HH]
 @output location.hh
 }
 #endif // not BISON_POSITION_HH]
 @output location.hh
-b4_copyright([Location class for Bison C++ parsers], [2002, 2003, 2004])[
+b4_copyright([Location class for Bison C++ parsers], [2002, 2003, 2004, 2005])[
 
 /**
  ** \file location.hh
 
 /**
  ** \file location.hh