Hi, On Tue, 2004-07-13 at 17:04, Kaffe CVS wrote: > @@ -899,16 +899,16 @@ > > /* Align data onto relevant boundary */ > if (l->size == 2 && ((uintp)CODEPC) % 8 != 0) { > - LOUT = 0; > + LOUT(0; > } Missing closing bracket there? Cheers, Mark