This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Your change to intl/localealias.c (read_alias_file)


kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:

> memcpy returns void on many machines, so I don't understand your code.

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.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]