summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-11-10 14:44:29 +0100
committerPavel Machek <pavel@ucw.cz>1999-11-10 14:44:29 +0100
commitcb8034f42cfaa2753152fa1d776cc618d07fedda (patch)
treec4081e222e805be699151bcbccb0ae22bab43f69 /filter/filter.h
parent2f702671b46fa2ea01021170f685f554e4012782 (diff)
downloadbird-cb8034f42cfaa2753152fa1d776cc618d07fedda.tar
bird-cb8034f42cfaa2753152fa1d776cc618d07fedda.zip
First try on enumerational types.
Mj's noassoc removed: this brings back shift/reduce conflict but it makes parser actually work. Mj please check it. IF/THEN/ELSE still will not work.
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/filter.h b/filter/filter.h
index ebb0925..189b226 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -97,6 +97,8 @@ void val_print(struct f_val v);
#define T_ENUM_LO 0x30
#define T_ENUM_HI 0x7f
+#define T_ENUM_RTS 0x30
+
#define T_ENUM T_ENUM_LO ... T_ENUM_HI
/* Bigger ones */