Path: utzoo!mnetor!uunet!husc6!tut.cis.ohio-state.edu!bloom-beacon!gatech!hubcap!ncrcae!ncr-sd!ncrlnk!ncrcam!advdev!jjk From: jjk@advdev.Cambridge.NCR.COM (Joe Kulig) Newsgroups: comp.sys.amiga Subject: MCC Pascal fix Message-ID: <229@advdev.Cambridge.NCR.COM> Date: 7 Mar 88 17:51:03 GMT Organization: Advanced Development NCR E&M Cambridge Lines: 6 Keywords: pascal, compiler, fix On friday March 4, I asked for help on a MCC pascal compiler problem. I was getting a guru visit when trying to compile a 1000+ line program. I have come up with a fix for it. It seems that the compiler was running out of stack space so all I had to do was to increase the stack by using the AmigaDOS STACK command. Now the compiler is running guru free. Just thought I'd let you know in case anyone was interested.