summaryrefslogtreecommitdiff
path: root/src/named-ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/named-ref.c')
-rw-r--r--src/named-ref.c3
1 files changed, 1 insertions, 2 deletions
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);
}
-