]> git.saurik.com Git - bison.git/blobdiff - src/named-ref.c
Fix portability problem on OpenBSD 4.7.
[bison.git] / src / named-ref.c
index 4388acba88706f8106190164ee2050881fc27d15..61b916ee8d98cba61ded81f82fff28a34e44b73f 100644 (file)
@@ -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.
 
@@ -38,4 +38,3 @@ named_ref_free (named_ref *r)
 {
   free (r);
 }
-