This is the mail archive of the gcc-patches@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]

Re: Write name of address of MEM


    Just a minor question about style:  Is it preferred to use 0 in lieu
    of NULL or NULL_TREE ?

I certainly wouldn't use NULL.  As to 0 vs NULL_TREE, the old convention was
to use NULL_TREE as an operand of a call and 0 elsewhere, but we don't need to
do that now that everything has a prototype.

I usually use 0 everywhere now and that seems to be most common.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]