From a32a7b58cebc2838de2ffd94e679d3e1ec9d493a Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Sun, 10 Dec 2017 13:16:31 +0100 Subject: Lib: Fix macro/keyword collisions Old code breaks with some versions of bison --- proto/static/static.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/static/static.h') diff --git a/proto/static/static.h b/proto/static/static.h index b202c0b1..a3c30b87 100644 --- a/proto/static/static.h +++ b/proto/static/static.h @@ -25,7 +25,7 @@ struct static_proto { struct proto p; struct event *event; /* Event for announcing updated routes */ - BUFFER(struct static_route *) marked; /* Routes marked for reannouncement */ + BUFFER_(struct static_route *) marked; /* Routes marked for reannouncement */ rtable *igp_table_ip4; /* Table for recursive IPv4 next hop lookups */ rtable *igp_table_ip6; /* Table for recursive IPv6 next hop lookups */ }; -- cgit v1.2.3