projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a20d8d
)
Declare stpcpy only if not defined as macro.
author
Jim Meyering
<jim@meyering.net>
Thu, 25 Dec 1997 16:49:08 +0000
(16:49 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 25 Dec 1997 16:49:08 +0000
(16:49 +0000)
lib/savedir.c
patch
|
blob
|
history
diff --git
a/lib/savedir.c
b/lib/savedir.c
index 76634eef4e62d203b25e329ecf922d7b9d3e850b..523e94e0eba6311d252a77fb7593d717512adac1 100644
(file)
--- a/
lib/savedir.c
+++ b/
lib/savedir.c
@@
-62,7
+62,9
@@
char *realloc ();
# define NULL 0
#endif
+#ifndef stpcpy
char *stpcpy ();
+#endif
#include "savedir.h"