From: Jim Meyering Date: Sun, 1 Jun 1997 17:15:51 +0000 (+0000) Subject: (OtherTable): Interpret `next' as 1 (not 2) units. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98cf1a06469c02df32ea978fe6c6514f1c87f2bc;p=pspp (OtherTable): Interpret `next' as 1 (not 2) units. Patch from Richard Sharman . --- diff --git a/lib/getdate.y b/lib/getdate.y index 6c920b0fb0..44f2e19c28 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -493,7 +493,7 @@ static TABLE const OtherTable[] = { { "now", tMINUTE_UNIT, 0 }, { "last", tUNUMBER, -1 }, { "this", tMINUTE_UNIT, 0 }, - { "next", tUNUMBER, 2 }, + { "next", tUNUMBER, 1 }, { "first", tUNUMBER, 1 }, /* { "second", tUNUMBER, 2 }, */ { "third", tUNUMBER, 3 },