diff options
author | Jim Meyering <jim@meyering.net> | 1997-03-13 03:54:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-03-13 03:54:32 +0000 |
commit | 017635dde1deb6e6fb5b6ab83f0c73727f9eb49b (patch) | |
tree | c9a90c69c74017edeb00a745c860051824a54e0e /intl/localealias.c | |
parent | 3c5f0132b41db612f4cd51f993b8fbed8d18bf91 (diff) | |
download | idutils-017635dde1deb6e6fb5b6ab83f0c73727f9eb49b.tar.gz idutils-017635dde1deb6e6fb5b6ab83f0c73727f9eb49b.tar.bz2 idutils-017635dde1deb6e6fb5b6ab83f0c73727f9eb49b.zip |
update from 0.10.27
Diffstat (limited to 'intl/localealias.c')
-rw-r--r-- | intl/localealias.c | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/intl/localealias.c b/intl/localealias.c index e3eb5b8..a869acf 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -1,19 +1,20 @@ /* localealias.c -- handle aliases for locale names Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. -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 -the Free Software Foundation; either version 2, or (at your option) -any later version. + 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 + the Free Software Foundation; either version 2, or (at your option) + any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H # include <config.h> @@ -62,7 +63,7 @@ void free (); # define strchr index # endif # ifndef memcpy -# define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) +# define memcpy(Dst, Src, Num) bcopy ((Src), (Dst), (Num)) # endif #endif |