Sander Temme wrote: > Unless my caffeine-starved brain is reading this wrong, should we put in a > special case in the 'l' modifier (line 832) that catches 'll' and sets the > variable type to IS_QUAD?
In any case, if sizeof(long long) == sizeof(long) == sizeof(int) we should always be respecting %lld, %ld and %d as equivalent.
