Andy Dougherty: # In perl.perl6.internals, you wrote: # >Looks like long long is no longer a problem, but long double # still is. # >That's okay--Itanium is bouncing up and down in glee compared to # >yesterday. # # Can you check if sizeof(long double) is 12 or 16? I think there are # still places that assume sizeof(numval)/sizeof(intval) is an integer.
spe166> cat > size.c #include <stdio.h> int main(void) { printf("%d\n", sizeof(long double)); return 0; } spe166> gcc -o size size.c spe166> ./size 16 spe166> --Brent Dax [EMAIL PROTECTED] Configure pumpking for Perl 6 They *will* pay for what they've done.