From: Jim Meyering Date: Sun, 29 Aug 1999 14:55:24 +0000 (+0000) Subject: (relative_time_table): Change `type' of `THIS' from X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a62dabaf9162e3f1cdd6dabb5929da052308769;p=pspp (relative_time_table): Change `type' of `THIS' from tMINUTE_UNIT to tUNUMBER. From Urs Thuermann. --- diff --git a/lib/getdate.y b/lib/getdate.y index c29c6c77c9..e67af871ee 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -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 }, */