NULL vs 0 vs 0L bikeshed time

Stefan Farfeleder stefan at fafoe.narf.at
Mon Mar 1 13:35:05 PST 2004


On Sun, Feb 29, 2004 at 03:46:35PM +0000, Mark Murray wrote:

> -#define        NULL    0L
> +#define        NULL    (0L)

What's the point of parenthesizing 0L?

Cheers,
Stefan


More information about the freebsd-current mailing list