Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/external/bsd/mdocml/dist
In article <20130322152757.GU25999%nef.pbox.org@localhost>,
Alistair Crooks <agc%pkgsrc.org@localhost> wrote:
>
>I usually find that a
>
>#ifndef __arraycount
>#define __arraycount(__x) (sizeof(__x) / sizeof(__x[0]))
>#endif
>
>before the function, and then just use __arraycount(r->nr), is a bit
>more readable.
I will let the author decide once I get this completely working :-)
thanks,
christos
Home |
Main Index |
Thread Index |
Old Index