X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1462fcee1ed295b24f47758b370068aa6304bb41..f52e1e5e44fd155cfe0fbbf0fd370e99a256c20e:/src/named-ref.c diff --git a/src/named-ref.c b/src/named-ref.c index 857c7dab..61b916ee 100644 --- a/src/named-ref.c +++ b/src/named-ref.c @@ -1,6 +1,6 @@ /* Named symbol references for Bison - Copyright (C) 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -38,4 +38,3 @@ named_ref_free (named_ref *r) { free (r); } -