diff options
-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 '*' '/' '%' |