On Tue, 27 Feb 2007, Linus Torvalds wrote: > So to be portable, and to be safe, you really should make the error values > part of the enum, ie you should add a > > OBJ_ERROR = -1, > > if you want to make sure that the enum really can hold a negative number! Fair enough. That's what I suggested in another email, i.e. to redefine OBJ_BAD = -1. Nicolas - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html