Declare stpcpy only if not defined as macro.
authorJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 17:01:13 +0000 (17:01 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 17:01:13 +0000 (17:01 +0000)
src/sys2.h

index a522571..e2d4159 100644 (file)
@@ -133,7 +133,9 @@ char *realloc ();
 #endif
 
 #ifndef HAVE_DECL_STPCPY
+# ifndef stpcpy
 char *stpcpy ();
+# endif
 #endif
 
 #ifndef HAVE_DECL_STRSTR