Declare stpcpy only if not defined as macro.
authorJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 16:49:08 +0000 (16:49 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 16:49:08 +0000 (16:49 +0000)
lib/savedir.c

index 76634ee..523e94e 100644 (file)
@@ -62,7 +62,9 @@ char *realloc ();
 # define NULL 0
 #endif
 
+#ifndef stpcpy
 char *stpcpy ();
+#endif
 
 #include "savedir.h"