diff options
author | Martin Mares <mj@ucw.cz> | 1999-11-15 12:35:41 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-11-15 12:35:41 +0100 |
commit | 944f008af7a46144e38f963097e8e4cce493e2a7 (patch) | |
tree | b6821d20d592a846477dccef76608f7c135bab5a /conf/confbase.Y | |
parent | cbc31830079fb5e49c14c3de446b10ed8da99ce0 (diff) | |
download | bird-944f008af7a46144e38f963097e8e4cce493e2a7.tar bird-944f008af7a46144e38f963097e8e4cce493e2a7.zip |
Defined CF_ENUM.
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r-- | conf/confbase.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 0ec7453..bf4ed33 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -38,7 +38,7 @@ CF_DECLS } %token END CLI_MARKER -%token <i> NUM +%token <i> NUM ENUM %token <i32> RTRID %token <a> IPA %token <s> SYM |