diff options
author | Martin Mares <mj@ucw.cz> | 1999-01-15 17:59:26 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-01-15 17:59:26 +0100 |
commit | e3a39a9ee70bf7060f9de38268885b637bc1a65a (patch) | |
tree | ea0d201497c216e41eb91b014191b76223c096d5 | |
parent | ca6dfded2c22c74298ff595e59afe4672151889b (diff) | |
download | bird-e3a39a9ee70bf7060f9de38268885b637bc1a65a.tar bird-e3a39a9ee70bf7060f9de38268885b637bc1a65a.zip |
Killed duplicate %type for expr.
-rw-r--r-- | conf/confbase.Y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 75c98f0..116cc8b 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -35,7 +35,6 @@ CF_DECLS %token <t> TEXT %type <i> cexpr bool pxlen -%type <x> expr %left '+' '-' %left '*' '/' '%' |