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