Xenix 2.2 Compiler error

George Aguiar geo at Alliant.COM
Thu Feb 18 12:10:51 AEST 1988


In article <632 at nod2sco> ericg at sco.COM (Mwa ha ha) writes:
>karl at ddsw1.UUCP (Karl Denninger) wrote in article <727 at ddsw1.UUCP]:
>]In article <4218 at june.cs.washington.edu] kevinr at uw-june.UUCP (Kevin Ross) writes:
>]]]rcln.c(50) : Compiler error (internal):Infinite spill

I had a similar problem porting uemacs 3.9 to XENIX, but I think it was
2.1.1.  

Anyway, look on line 50 of rcln.c for a auto-incrementing index to an
array.

Something like:  foobar[counter++];

Change it to:  foobar[counter]; counter++;

That should fix it!

-- geo

 uucp:  geo at alliant.Alliant.COM 
 at&t:  617-486-1372
 weee:  N4300F

"What comes around goes around."



More information about the Comp.unix.xenix mailing list