Write name of address of MEM

Richard Kenner kenner@vlsi1.ultra.nyu.edu
Fri Oct 19 13:17:00 GMT 2001


    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.



More information about the Gcc-patches mailing list