Removed bogus comment.

This commit is contained in:
Martin Mares 2000-03-04 21:27:57 +00:00
parent 54fb7701a2
commit 16c07e3d51
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ pxlen:
}
;
datetime: /* Return seconds from epoch, FIXME we want be more user friendly */
datetime:
TEXT {
$$ = tm_parse_date($1);
if (!$$)