Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!bu.edu!snorkelwacker!think!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!NAC.NO!jensen%hsr.uninett From: jensen%hsr.uninett@NAC.NO (Tarjei T. Jensen) Newsgroups: gnu.gcc.bug Subject: gcc v1.37 bug? Message-ID: <2827*jensen@hsr.uninett> Date: 2 Mar 90 00:11:57 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 My system: VMS 5.2, gcc v1.36, gas v1.34. My includes in order to obtain size_t and NULL. When code includes in addition to things work. If code #undef NULL before including the compile job fails because NULL is undefined. This happens because I guard the contents of with a #ifndef _STDDEF_H statement. If there is no such guard, the compile jobs fail because of multiple definitions of size_t. This problem observed in the file symout.c I try to make our include files ansi compliant, but don't know enough to say whether I should mend our include files or the symout.c file. ---------- Tarjei T. Jensen - if it isn't broken, fix it anyway. jensen@hsr.uninett.no jensen%hsr.uninett@nac.no