Home | History | Annotate | Download | only in src

Lines Matching refs:MAJOR

37 #define MAJOR 1000000
40 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \
41 ((__GNUC__ * (MAJOR) + __GNUC_MINOR__ * (MINOR) + __GNUC_PATCHLEVEL__) >= \
42 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel)))
44 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \
45 ((__GNUC__ * (MAJOR) + __GNUC_MINOR__ * (MINOR)) >= \
46 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel)))
48 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) 0
64 // https://gcc.gnu.org/onlinedocs/gcc-$MAJOR.$MINOR.$PATCHLEVEL/gcc//Other-Builtins.html