From 5b35fa9fdcb0bb9ce1c3aa158e0b71eb222952e9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 Nov 1996 05:09:59 +0000 Subject: merge with 0.10.25 --- intl/localealias.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'intl/localealias.c') diff --git a/intl/localealias.c b/intl/localealias.c index 7aee6a8..e3eb5b8 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -58,11 +58,12 @@ void free (); # include #else # include -#endif -#if !HAVE_STRCHR && !defined _LIBC # ifndef strchr # define strchr index # endif +# ifndef memcpy +# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) +# endif #endif #include "gettext.h" -- cgit v1.2.3