diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-01 20:26:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-01 20:26:57 +0000 |
commit | 6db9097565a5a9b092226ed75d97bd946ed8412b (patch) | |
tree | 154df476c138ca8c3ee72c6b00252bf2e5a85a4e /intl/bindtextdom.c | |
parent | dfcc40952ef816208853b54d6fb2b05b23c81a73 (diff) | |
download | idutils-6db9097565a5a9b092226ed75d97bd946ed8412b.tar.gz idutils-6db9097565a5a9b092226ed75d97bd946ed8412b.tar.bz2 idutils-6db9097565a5a9b092226ed75d97bd946ed8412b.zip |
update gettext-0.31
Diffstat (limited to 'intl/bindtextdom.c')
-rw-r--r-- | intl/bindtextdom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c index 72583f2..bc0f2c4 100644 --- a/intl/bindtextdom.c +++ b/intl/bindtextdom.c @@ -1,5 +1,5 @@ -/* bindtextdom.c -- implementation of the bindtextdomain(3) function - Copyright (C) 1995, 1996 Free Software Foundation, Inc. +/* Implementation of the bindtextdomain(3) function + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ void free (); #else # include <strings.h> # ifndef memcpy -# define memcpy(Dst, Src, Num) bcopy ((Src), (Dst), (Num)) +# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) # endif #endif |