X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/dbbb64f09180b8749e3a91d3559e13b933cd15c8..32dc877a20aba67d3df6bf9dafdb75850073733c:/src/named-ref.c diff --git a/src/named-ref.c b/src/named-ref.c index 5f2fc904..61b916ee 100644 --- a/src/named-ref.c +++ b/src/named-ref.c @@ -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. @@ -38,4 +38,3 @@ named_ref_free (named_ref *r) { free (r); } -