gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__GNUC_PREREQ__ from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h - 13.5KB - 402 lines
51: #ifdef __GNUC__
52: #define __GNUC_PREREQ__(x, y)                                           \
53:         ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) ||                 \
55: #else 56: #define __GNUC_PREREQ__(x, y) 0 57: #endif