This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
> How can you differentiate 0 from NULL given that NULL is usually > defined as 0? > paul GCC supplies headers that define NULL to (void*)0 for C and to __null for G++. So if you use the NULL macro GCC should never see an unadorned 0. -- Kaveh R. Ghazi ghazi@caip.rutgers.edu
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |