From: Emilio G. Cota Date: Tue, 14 Oct 2014 02:31:25 +0000 (-0400) Subject: compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__ X-Git-Tag: v0.9.0~75 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=a0a0c4d56e9ce28effda40529ac107e8cf621a73;hp=a0a0c4d56e9ce28effda40529ac107e8cf621a73;p=urcu.git compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__ gcc defines the major number with __GNUC__, not __GNUC_MAJOR__: https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html Signed-off-by: Emilio G. Cota Signed-off-by: Mathieu Desnoyers ---