projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8251e71
)
Fix post-protoization typo.
author
Jim Meyering
<jim@meyering.net>
Sat, 19 Sep 1998 13:11:23 +0000
(13:11 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 19 Sep 1998 13:11:23 +0000
(13:11 +0000)
lib/modechange.c
patch
|
blob
|
history
diff --git
a/lib/modechange.c
b/lib/modechange.c
index a2568e5490eaceee1929ef9f77cda942c8458af8..4dccdb0f305a08595cd07a19a9ce497ab8284859 100644
(file)
--- a/
lib/modechange.c
+++ b/
lib/modechange.c
@@
-35,7
+35,7
@@
#if STDC_HEADERS
# include <stdlib.h>
#else
-char *malloc;
+char *malloc
()
;
#endif
#ifndef NULL