summaryrefslogtreecommitdiffstats
path: root/conf/confbase.Y
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-01-15 17:59:26 +0100
committerMartin Mares <mj@ucw.cz>1999-01-15 17:59:26 +0100
commite3a39a9ee70bf7060f9de38268885b637bc1a65a (patch)
treeea0d201497c216e41eb91b014191b76223c096d5 /conf/confbase.Y
parentca6dfded2c22c74298ff595e59afe4672151889b (diff)
downloadbird-e3a39a9ee70bf7060f9de38268885b637bc1a65a.tar
bird-e3a39a9ee70bf7060f9de38268885b637bc1a65a.zip
Killed duplicate %type for expr.
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r--conf/confbase.Y1
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 '*' '/' '%'