bison-patches
[Top][All Lists]
Advanced

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

Re: Copyright 2007


From: Akim Demaille
Subject: Re: Copyright 2007
Date: Wed, 17 Jan 2007 09:47:01 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

>>> "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.

 > 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?








reply via email to

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