summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-04 18:12:01 +0200
committerOndrej Filip <feela@network.cz>2000-06-04 18:12:01 +0200
commit2a863dd6e18a43fe3de5b1f3651e816f6fc27bb1 (patch)
tree5701799083de61f6a00dfc9320604ca27ebeae94 /proto
parent58f9453776dff92b4ee4c81f6ca3601b6ee9f041 (diff)
downloadbird-2a863dd6e18a43fe3de5b1f3651e816f6fc27bb1.tar
bird-2a863dd6e18a43fe3de5b1f3651e816f6fc27bb1.zip
Small change to make bison happy.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y
index dacb2b2..5672971 100644
--- a/proto/ospf/config.Y
+++ b/proto/ospf/config.Y
@@ -53,7 +53,7 @@ ospf_area_start: AREA idval '{' {
}
;
-ospf_area: ospf_area_start
+ospf_area:
| ospf_area_start ospf_area_list
;