/* 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.
void
named_ref_free (named_ref *r)
{
- if (r)
- free (r);
+ free (r);
}
-