[comp.sys.amiga] MCC Pascal fix

jjk@advdev.Cambridge.NCR.COM (Joe Kulig) (03/08/88)

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.