mwoehlke wrote: > Ok, I did this: > { right_works = FALSE; \ > printf("j=%i\n", j);\ > printf("shc=%i\n", shc);\ > printf("sample1=%Ld\n", sample1);\ > printf("sample2=%Ld\n", sample2);\ > } \ > > ...and got this: > > j=1 > shc=1 > sample1=a84e715a515523b4 > sample2=0
Interesting... and do you also have a sample where the left shift doesn't work? Bruno