bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Copyright 2007


From: Joel E. Denny
Subject: Re: Copyright 2007
Date: Wed, 17 Jan 2007 04:01:05 -0500 (EST)

On Wed, 17 Jan 2007, Akim Demaille wrote:

> >>> "JED" == Joel E Denny <address@hidden> writes:
> 
> 
>  > +  tests/output.at, tests/torture.at: Update copyright to 2007.
> 
> Hum, in my time we only had to update the copyright notice in files
> that were changed that year.

Unless I made a mistake, they were are all changed this year.  I've just 
been forgetting to update them until I saw your patch.

>  > Index: src/parse-gram.y
>  > ===================================================================
>  > RCS file: /sources/bison/bison/src/parse-gram.y,v
>  > retrieving revision 1.114
>  > diff -p -u -r1.114 parse-gram.y
>  > --- src/parse-gram.y       16 Jan 2007 06:16:04 -0000      1.114
>  > +++ src/parse-gram.y       17 Jan 2007 08:34:28 -0000
>  > @@ -589,7 +589,9 @@ string_as_id:
>  >    STRING
>  >      {
>  >        $$ = symbol_get (quotearg_style (c_quoting_style, $1), @1);
>  > -      symbol_class_set ($$, token_sym, @1, false);
>  > +      symbol_class_set ($$,
>  > +                        current_class == unknown_sym
>  > +                        ? token_sym : current_class, @1, false);
>  >      }
>  >  ;
> 
> Unintended patch?

Yep.  Thanks for catching that.  I backed it out.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]