summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-01 11:30:16 +0000
committerMartin Mares <mj@ucw.cz>2000-03-01 11:30:16 +0000
commit2ca3d9a8fc25be6f7d41d8a6ff50a70612c11c93 (patch)
tree9d925f4245b9061db9581581cbe23da1f4304257 /conf
parentd07bab399735ee80205637f8e180e7595e0c0a67 (diff)
Defined INVALID_TOKEN which is a token guaranteed to be never generated.
Diffstat (limited to 'conf')
-rw-r--r--conf/confbase.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y
index 2424749f..49d3b124 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