projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba6913
)
.
author
Jim Meyering
<jim@meyering.net>
Sun, 25 Sep 1994 01:25:18 +0000
(
01:25
+0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 25 Sep 1994 01:25:18 +0000
(
01:25
+0000)
lib/getdate.y
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index 1861c9c73c042eb7e79e77660699813d4c3823c2..851bd9a92faf108acb23215dfbb182cc853d3e0d 100644
(file)
--- a/
lib/getdate.y
+++ b/
lib/getdate.y
@@
-112,7
+112,7
@@
static int yyerror ();
** An entry in the lexical lookup table.
*/
typedef struct _TABLE {
- c
har
*name;
+ c
onst char
*name;
int type;
time_t value;
} TABLE;