Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!gatech!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: NULL Message-ID: <57132@nigel.ee.udel.edu> Date: 25 Jun 91 09:27:26 GMT Sender: usenet@ee.udel.edu Lines: 8 We had endless discussions on NULL last year, so let me summarize. #define NULL 0 is correct, the faulting code is wrong. POINT. BUT, if you want to compile those large amount of broken code, you are free to #define NULL (void *)0 in your PRIVATE COPY of the header files. C.v.W.