chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
37dec77
)
Include stdlib.
author
mdw
<mdw>
Sat, 14 Oct 2000 17:12:14 +0000
(17:12 +0000)
committer
mdw
<mdw>
Sat, 14 Oct 2000 17:12:14 +0000
(17:12 +0000)
getdate.y
patch
|
blob
|
blame
|
history
diff --git
a/getdate.y
b/getdate.y
index c1818de25f9f179468a098e2c416fa17cc3d612c..a9de9915e9f0959d9679a31bbe1e96969e560de6 100644
(file)
--- a/
getdate.y
+++ b/
getdate.y
@@
-14,6
+14,7
@@
#include <stdio.h>
#include <ctype.h>
#include <stdio.h>
#include <ctype.h>
+#include <stdlib.h>
#define ISSPACE(c) (isspace ((unsigned char)c))
#define ISALPHA(c) (isalpha ((unsigned char)c))
#define ISSPACE(c) (isspace ((unsigned char)c))
#define ISALPHA(c) (isalpha ((unsigned char)c))