projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
420a159
)
s/getdate.h/get-date.h/
author
Jim Meyering
<jim@meyering.net>
Fri, 20 Feb 1998 21:42:11 +0000
(21:42 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 20 Feb 1998 21:42:11 +0000
(21:42 +0000)
lib/getdate.y
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index df9614f1f06321c90e30de54d33a217b6e9fb1a2..834aa9bdb57cc848cf1ac0fd549d532433eb305b 100644
(file)
--- a/
lib/getdate.y
+++ b/
lib/getdate.y
@@
-439,7
+439,7
@@
o_merid : /* NULL */
/* Include this file down here because bison inserts code above which
may define-away `const'. We want the prototype for get_date to have
the same signature as the function definition does. */
-#include "getdate.h"
+#include "get
-
date.h"
extern struct tm *gmtime ();
extern struct tm *localtime ();