diff options
author | Martin Mares <mj@ucw.cz> | 1999-04-14 10:49:31 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-04-14 10:49:31 +0000 |
commit | 1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500 (patch) | |
tree | 57e2b91329962fbc44fff814091c4c65d4ddba6b | |
parent | 4c630a6dd7e02cbbe1cca2c626feb86801ee4d03 (diff) |
Removed redeclaration of `idval', so that it compiles :)
-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 73dcd76e..1edaeb0c 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 '}') |