changeset 1931:42ae6b089943

(relative_time_table): Change `type' of `THIS' from tMINUTE_UNIT to tUNUMBER. From Urs Thuermann.
author Jim Meyering <jim@meyering.net>
date Sun, 29 Aug 1999 14:55:24 +0000
parents 92632825178b
children f0f8b00ed584
files lib/getdate.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getdate.y	Sun Aug 29 12:55:35 1999 +0000
+++ b/lib/getdate.y	Sun Aug 29 14:55:24 1999 +0000
@@ -503,7 +503,7 @@
   { "TODAY",	tMINUTE_UNIT,	 0 },
   { "NOW",	tMINUTE_UNIT,	 0 },
   { "LAST",	tUNUMBER,	-1 },
-  { "THIS",	tMINUTE_UNIT,	 0 },
+  { "THIS",	tUNUMBER,	 0 },
   { "NEXT",	tUNUMBER,	 1 },
   { "FIRST",	tUNUMBER,	 1 },
 /*{ "SECOND",	tUNUMBER,	 2 }, */