machine.h 333 B

1234567891011121314151617
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/sys/machine.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( AIX_SYSMACHINE_CHECK )
  7. #define FOO bar \
  8. baz \
  9. bat
  10. #endif /* AIX_SYSMACHINE_CHECK */