fix: wrong define used for GCC version check
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 5 Aug 2021 20:48:51 +0000 (16:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 18 Oct 2021 18:58:29 +0000 (14:58 -0400)
commitfad04434bc3298e8690d34c8f9b785a17231f8f1
tree93c2766b65e091df95934157887b4cde363a382c
parent8434f919e7b4db73116fedd90df78fe74c6b4d7d
fix: wrong define used for GCC version check

As far as I can tell, the __GNUC_MAJOR__ define has never existed, the
proper define for the major version is __GNUC__. See
https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html for
more details.

Change-Id: I0d47d524e7efd204fd2f8976311c62e872eb6170
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/constant.h
This page took 0.025044 seconds and 4 git commands to generate.