diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-04 22:27:57 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-04 22:27:57 +0100 |
commit | 16c07e3d519b87a2166a513dd4edd8dab3bc3d19 (patch) | |
tree | dfcfa5dd69c1e0af35a67019e9762d30ee3433ad /conf/confbase.Y | |
parent | 54fb7701a21693eb7a51342eb98d663dd7324e8a (diff) | |
download | bird-16c07e3d519b87a2166a513dd4edd8dab3bc3d19.tar bird-16c07e3d519b87a2166a513dd4edd8dab3bc3d19.zip |
Removed bogus comment.
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 33fb3f7..0b9f3d3 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -118,7 +118,7 @@ pxlen: } ; -datetime: /* Return seconds from epoch, FIXME we want be more user friendly */ +datetime: TEXT { $$ = tm_parse_date($1); if (!$$) |