Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/common/lib/libc/string
qOn Fri, Mar 02, 2012 at 04:19:15PM +0000, Alan Barrett wrote:
> Module Name: src
> Committed By: apb
> Date: Fri Mar 2 16:19:15 UTC 2012
>
> Modified Files:
> src/common/lib/libc/string: memset2.c
>
> Log Message:
> Change CTASSERT to __CTASSERT (the spelling used in <sys/cdefs.h>),
> include <sys/cdefs.h> so that it will be defined,
> and move it to a better place.
>
> The previous CTASSERT would never have been used because
> of the ifdef. If it had been used, it would have had
> unwanted effects from being just after the "static inline"
> that appears when BZERO is defined.
>
> Also move the __RCSID to a more conventional location.
And what was the resolution with all this? (cf. useless changes?).
Please change the documentation too (and most of all, !).
- Jukka.
Home |
Main Index |
Thread Index |
Old Index