[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

easy to miss bug (even in structured debug)



I can see one major problem with using BOTTOM or void * for functions
that can take NULL arguments: They can then take anything at all, and
we lose ALL compile time type checking. I don't think we gain enough
from the checking to make it worth the loss.
	--ravi