Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!sun-barr!olivea!uunet!munnari.oz.au!metro!dmssyd.syd.dms.CSIRO.AU!ditsydh.syd.dit.CSIRO.AU!evans From: evans@syd.dit.CSIRO.AU (Bruce.Evans) Newsgroups: comp.os.minix Subject: Re: NULL Message-ID: <1991Jun27.095611.26562@syd.dit.CSIRO.AU> Date: 27 Jun 91 09:56:11 GMT References: <33822@usc.edu> Organization: CSIRO Division of Info Tech, Sydney, Australia Lines: 16 In article <33822@usc.edu> kjh@pollux.usc.edu (Kenneth J. Hendrickson) writes: >*** BUG FIX *** > >In /usr/include/stdio.h, #define NULL 0 >In /usr/include/*.h (all others), #define NULL ((void *)0) > >stdio.h should be updated asap. > >If I'm wrong about this, or if this will break anything, please let me >know. The redefinition of NULL in stdio.h is to avoid about 1000 incorrect warnings from the standard compiler. The standard compiler does not really understand void *. -- Bruce Evans evans@syd.dit.csiro.au