Skip to content
  • Brad King's avatar
    Check for 'long long' without computing size · 9782e865
    Brad King authored
    In KWSys IOStream we need to detect whether 'long long' exists but we do
    not need its size.  We avoid using CHECK_TYPE_SIZE because it does not
    work for types whose size varies across architectuers in Mac OS X
    universal binaries.  See issue #9913.
    9782e865