projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b658c
)
(relative_time_table): Change `type' of `THIS' from
author
Jim Meyering
<jim@meyering.net>
Sun, 29 Aug 1999 14:55:24 +0000
(14:55 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index c29c6c77c9f9fc3ba617b2bf53646d6d12ca3627..e67af871ee5892b438de92401be0ace623ed08ae 100644
(file)
--- 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", t
MINUTE_UNIT,
0 },
+ { "THIS", t
UNUMBER,
0 },
{ "NEXT", tUNUMBER, 1 },
{ "FIRST", tUNUMBER, 1 },
/*{ "SECOND", tUNUMBER, 2 }, */