This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Your change to intl/localealias.c (read_alias_file)
- To: drepper at cygnus dot com
- Subject: Re: Your change to intl/localealias.c (read_alias_file)
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Wed, 31 May 00 15:42:43 EDT
- Cc: gcc-patches at gcc dot gnu dot org
memcpy never returns void. Read ISO C. If you mean the replacement
of memcpy by bcopy, then you have to fix the macro to return the
destination pointer.
Not all of the world is ISO C. GCC is required to be compilable by
all current vendor compilers. Try "man memcpy" on Digital Unix on
Alpha: it returns void there.