AvailabilityMacros.h 407 B

123456789101112131415
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/AvailabilityMacros.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( DARWIN_GCC4_BREAKAGE_CHECK )
  7. #if defined(__GNUC__) && ((__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
  8. #endif /* DARWIN_GCC4_BREAKAGE_CHECK */