diff options
author | Martin Mares <mj@ucw.cz> | 1999-04-14 12:49:31 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-04-14 12:49:31 +0200 |
commit | 1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500 (patch) | |
tree | 57e2b91329962fbc44fff814091c4c65d4ddba6b /proto/ospf/config.Y | |
parent | 4c630a6dd7e02cbbe1cca2c626feb86801ee4d03 (diff) | |
download | bird-1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500.tar bird-1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500.zip |
Removed redeclaration of `idval', so that it compiles :)
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r-- | proto/ospf/config.Y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y index 73dcd76..1edaeb0 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -14,8 +14,6 @@ CF_DECLS CF_KEYWORDS(OSPF, AREA) -%type <i> idval - CF_GRAMMAR CF_ADDTO(proto, ospf_proto '}') |