Xref: utzoo comp.lang.c:33950 comp.os.msdos.programmer:1997 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!edcastle!djm From: djm@castle.ed.ac.uk (D Murphy) Newsgroups: comp.lang.c,comp.os.msdos.programmer Subject: TC Null Pointer - thanks Message-ID: <7186@castle.ed.ac.uk> Date: 16 Nov 90 11:23:26 GMT Sender: djm@castle.ed.ac.uk Organization: Edinburgh University Chemistry Lines: 7 Thanks for all the replies - after looking through the code and checking all the pointers with the debugger and finding that they were not ever pointing at zero, I started getting messages about structure declarations with missing ;s being mistook for part of main() prototypes. Sure enough, that's what the problem was. Murff...