jmp_buf X
1: #ifdef C_OVERLAY 2: typedef int jmp_buf[4]; 3: #else 4: typedef int jmp_buf[3]; 5: #endif