Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!doug.cae.wisc.edu!serv1!jverdega From: jverdega@serv1.uucp (Jeffrey Verdegan) Newsgroups: comp.sys.mac.programmer Subject: Re: More screwy AFP troubles Keywords: Oops, sorry. Message-ID: <1991Jun7.113654.8623@doug.cae.wisc.edu> Date: 7 Jun 91 16:36:54 GMT References: <1991Jun7.083141.7811@doug.cae.wisc.edu> Distribution: usa Organization: College of Engineering, Univ. of Wisconsin-Madison Lines: 11 Well, I figured out what the problem was (why I every time I tried to look at ...rbPtr, THINK C would exit and I'd have to reboot). I had defined a macro #define rbPtr(x) (x).XPP.XPP8.XPP7.XPP6.rbPtr to save me the trouble of typing all that garbage in. I also had a variable named rbPtr. My guess is the macro was being invoked by the variable, causing a nasty recursion, or something. In any case, just changing the macro name solved it. Sorry for the waste of bandwidth. :-/ Jeff Verdegan jverdega@cae.wisc.edu