On Wed, 2005-06-08 at 21:48 +0200, Bernhard Fischer wrote: > Tom, just curious.. > Do you plan to iterate over those disturbing > 'if (NULL != this)' and 'if (0 != that)' occurances, too? I personally > would appreciate it, since these variants are harder to read for me.
What do you want to see instead?
if (this) {
/* do stuff */
}
or were you thinking:
if (this != NULL) {
/* do stuff */
}
> But then i also tend to prefer '* 4711e-0815' over '/ 0x100000'
Come again?
-tduffy
signature.asc
Description: This is a digitally signed message part
_______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
