Bruno Haible wrote:
> > |  - lib/memcoll.c should include sys/types.h for size_t
> 
> Or stdlib.h.

Actually, it's probably stddef.h ;-) Sorry, should have checked
first.

> ! #  define memcpy(Dst, Src, Num) (bcopy (Src, Dst, Num), (Dst))

You're not afraid of things like  memcpy(*dst++,foo,bar)  then ?

- Werner

-- 
  _________________________________________________________________________
 / Werner Almesberger, ICA, EPFL, CH           [EMAIL PROTECTED] /
/_IN_N_032__Tel_+41_21_693_6621__Fax_+41_21_693_6610_____________________/

_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to