From 6db9097565a5a9b092226ed75d97bd946ed8412b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 1 Sep 1997 20:26:57 +0000 Subject: update gettext-0.31 --- intl/textdomain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intl/textdomain.c') diff --git a/intl/textdomain.c b/intl/textdomain.c index 09530b8..2f077a0 100644 --- a/intl/textdomain.c +++ b/intl/textdomain.c @@ -1,5 +1,5 @@ -/* textdomain.c -- implementation of the textdomain(3) function - Copyright (C) 1995, 1996 Free Software Foundation, Inc. +/* Implementation of the textdomain(3) function + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Written by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify @@ -29,7 +29,7 @@ #else # include # ifndef memcpy -# define memcpy(Dst, Src, Num) bcopy ((Src), (Dst), (Num)) +# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) # endif #endif -- cgit v1.2.3