]> git.saurik.com Git - bison.git/blobdiff - src/named-ref.c
build: avoid warnings about set-but-not-used variables
[bison.git] / src / named-ref.c
index 4bf3da12e323d7198bcd4ba6b47e5b2528d5e3ed..132c74146d566625a2cb4021797967b1e74c73fc 100644 (file)
@@ -33,6 +33,12 @@ named_ref_new (uniqstr id, location loc)
   return res;
 }
 
+named_ref *
+named_ref_copy (const named_ref *r)
+{
+  return named_ref_new (r->id, r->loc);
+}
+
 void
 named_ref_free (named_ref *r)
 {