trunk/src/emu/inpttype.h
r241416 | r241417 | |
20 | 20 | typelist.append(*global_alloc(input_type_entry(IPT_##_type, IPG_##_group, (_player == 0) ? _player : (_player) - 1, (_player == 0) ? #_type : ("P" #_player "_" #_type), _name, _seq, _decseq, _incseq))); |
21 | 21 | |
22 | 22 | /* These input port macros expand to a great deal of code and break compilers */ |
23 | | #if defined(__GNUC__) && __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) |
| 23 | #if defined(__GNUC__) && __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) || (__GNUC__ == 4 && __GNUC_MINOR__ == 4 && __GNUC_PATCHLEVEL__ >= 4) |
24 | 24 | #pragma GCC optimize ("O1") |
25 | 25 | #endif |
26 | 26 | #ifdef _MSC_VER |