X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1e20ad112fc43f3d6adb3cc26be69ebffb14e9f6..32dc877a20aba67d3df6bf9dafdb75850073733c:/src/named-ref.c diff --git a/src/named-ref.c b/src/named-ref.c index 41d9dc17..61b916ee 100644 --- a/src/named-ref.c +++ b/src/named-ref.c @@ -1,6 +1,6 @@ /* Named symbol references for Bison - Copyright 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -36,7 +36,5 @@ named_ref_new (uniqstr id, location loc) void named_ref_free (named_ref *r) { - if (r) - free (r); + free (r); } -