mach.c (102B)
1 #include <limits.h> 2 3 #include <scc/scc.h> 4 5 #include "../cc2.h" 6 7 Mach mach = { 8 .swtchif = INT_MAX, 9 };