From aee539f241dd233eb9e716e11ee2c449ab482a75 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 1 Mar 2000 11:42:13 +0000 Subject: Made `datetime' more user friendly. Now it should be a quoted string of type "dd-mm-yyyy". --- conf/confbase.Y | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/confbase.Y b/conf/confbase.Y index 49d3b12..ba60fb2 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -1,7 +1,7 @@ /* * BIRD -- Configuration Parser Top * - * (c) 1998--1999 Martin Mares + * (c) 1998--2000 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -37,6 +37,7 @@ CF_DECLS struct password_item *p; struct rt_show_data *ra; void *g; + bird_clock_t time; } %token END CLI_MARKER INVALID_TOKEN @@ -46,7 +47,8 @@ CF_DECLS %token SYM %token TEXT -%type expr bool pxlen datetime +%type expr bool pxlen +%type