From 4f71c219103c62e8d428c1cb71009ac5c242f965 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Dec 1997 17:01:13 +0000 Subject: [PATCH] Declare stpcpy only if not defined as macro. --- src/sys2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sys2.h b/src/sys2.h index a522571..e2d4159 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -133,7 +133,9 @@ char *realloc (); #endif #ifndef HAVE_DECL_STPCPY +# ifndef stpcpy char *stpcpy (); +# endif #endif #ifndef HAVE_DECL_STRSTR -- 2.7.4