Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!stat!vsserv!geomag!prem From: prem@geomag.fsu.edu (Prem Subrahmanyam) Newsgroups: comp.sys.amiga.tech Subject: Re: Lattice C 5.02 BUGS Keywords: Here's another one for your viewing pleasure Message-ID: <164@vsserv.scri.fsu.edu> Date: 3 Sep 89 19:20:12 GMT References: <2023@softway.oz> <142@vsserv.scri.fsu.edu> <28855@watmath.waterloo.edu> Sender: news@vsserv.scri.fsu.edu Reply-To: prem@geomag.UUCP (Prem Subrahmanyam) Organization: Florida State University Computing Center Lines: 19 I have received many replies concerning my problem being dealing with a macro and have looked very carefully to see if this was the problem. Here is the exact code that I had (I have actually had it even work improperly after adding brackets as well, now....I'm beginning to suspect that I need to try to just recopy my disks); /* do lots of stuff to a variable called texture */; for(i=0; i < squeezevalue; i++) texture = texture * texture; and then with brackets, it works more often, but not always (recompiling before every run--I'm trying to rewrite the program). I will post more fully the entire section of code, what I did to fix it, and my theories as to what could have happened in a later article. For now, this is all. ---Prem Subrahmanyam