diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-01 12:30:16 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-01 12:30:16 +0100 |
commit | 2ca3d9a8fc25be6f7d41d8a6ff50a70612c11c93 (patch) | |
tree | 9d925f4245b9061db9581581cbe23da1f4304257 /conf | |
parent | d07bab399735ee80205637f8e180e7595e0c0a67 (diff) | |
download | bird-2ca3d9a8fc25be6f7d41d8a6ff50a70612c11c93.tar bird-2ca3d9a8fc25be6f7d41d8a6ff50a70612c11c93.zip |
Defined INVALID_TOKEN which is a token guaranteed to be never generated.
Diffstat (limited to 'conf')
-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 2424749..49d3b12 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -39,7 +39,7 @@ CF_DECLS void *g; } -%token END CLI_MARKER +%token END CLI_MARKER INVALID_TOKEN %token <i> NUM ENUM %token <i32> RTRID %token <a> IPA |