Your change to intl/localealias.c (read_alias_file)

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Wed May 31 12:30:00 GMT 2000


    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.


More information about the Gcc-patches mailing list