On Sat, 2008-10-25 at 17:35 +0200, Jim Knuth wrote: > Am 25.10.2008 17:22 Uhr, schrieb Karsten Bräckelmann: > > > Any chance you touched your system and Perl? > > Maybe. there is/was a bug in perl 5.10.* I think that was fixed.
Obviously, Jari is using Perl 5.8.x and SA 3.2.5, as can be seen in the part snipped. :) The SA bug regarding sa-compile and Perl 5.8 vs 5.10 update would be bug 5899, fixed in SA 3.2.5. When asking about touching Perl, I wasn't actually thinking of Perl itself, but Perl modules relevant to this issue -- like updating re2c 0.12.x to 0.13.x. Hence my bugzilla pointers. guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}