Re: dpkg semi-hijack - an announcement (also, triggers)
- Date: Sun, 09 Mar 2008 19:09:39 +0100
- From: Pierre Habouzit <madcoder@xxxxxxxxxx>
- Subject: Re: dpkg semi-hijack - an announcement (also, triggers)
On Sun, Mar 09, 2008 at 06:00:31PM +0000, Kurt Roeckx wrote: > On Sun, Mar 09, 2008 at 06:48:41PM +0100, Kurt Roeckx wrote: > > 6.3.2.3 Pointers > > [...] > > 3 An integer constant expression with the value 0, or > > such an expression cast to type void *, is called a null > > pointer constant.55) If a null pointer constant is assigned > > to or compared for equality to a pointer, the constant is > > converted to a pointer of that type. Such a pointer, called > > a null pointer, is guaranteed to compare unequal to a > > pointer to any object or function. > > That's not really want the C99 version said. It says: > 3 An integer constant expression with the value 0, or > such an expression cast to type void *, is called a null > pointer constant.55) Well, I read it that way: An integer constant expression with the value 0 (or such an expression) cast to type void *, is called a null pointer constant.55) IOW, a null pointer constant is similar to (void *)0. -- ·O· Pierre Habouzit ··O madcoder@xxxxxxxxxx OOO http://www.madism.org
Attachment:
pgpUpbvH4tzsd.pgp
Description: PGP signature
- Follow-Ups:
- Re: dpkg semi-hijack - an announcement (also, triggers)
- From: Daniel Jacobowitz
- Re: dpkg semi-hijack - an announcement (also, triggers)
- References:
- dpkg semi-hijack - an announcement (also, triggers)
- From: Ian Jackson
- Re: dpkg semi-hijack - an announcement (also, triggers)
- From: Pierre Habouzit
- Re: dpkg semi-hijack - an announcement (also, triggers)
- From: Kurt Roeckx
- Re: dpkg semi-hijack - an announcement (also, triggers)
- From: Pierre Habouzit
- Re: dpkg semi-hijack - an announcement (also, triggers)
- From: Kurt Roeckx
- Re: dpkg semi-hijack - an announcement (also, triggers)
- From: Kurt Roeckx
- dpkg semi-hijack - an announcement (also, triggers)
- Prev by Date: Re: dpkg semi-hijack - an announcement (also, triggers)
- Next by Date: Re: dpkg semi-hijack - an announcement (also, triggers)
- Previous by thread: Re: dpkg semi-hijack - an announcement (also, triggers)
- Next by thread: Re: dpkg semi-hijack - an announcement (also, triggers)
- Index(es):