(relative_time_table): Change `type' of `THIS' from
authorJim Meyering <jim@meyering.net>
Sun, 29 Aug 1999 14:55:24 +0000 (14:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Aug 1999 14:55:24 +0000 (14:55 +0000)
tMINUTE_UNIT to tUNUMBER.  From Urs Thuermann.

lib/getdate.y

index c29c6c77c9f9fc3ba617b2bf53646d6d12ca3627..e67af871ee5892b438de92401be0ace623ed08ae 100644 (file)
@@ -503,7 +503,7 @@ static table const relative_time_table[] =
   { "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 }, */