Right preprocess condition in PythonAttribues for old GCC
This commit is contained in:
parent
c0b4a73f9e
commit
bdd78ce44a
|
@ -70,7 +70,7 @@ namespace Isobar {
|
|||
};
|
||||
|
||||
|
||||
#if __GNUC__ && (__GNUC__ > 8)
|
||||
#if defined(__GNUC__) && (__GNUC__ > 8)
|
||||
PyTypeObject PyTypeAttributesHolder = {
|
||||
PyVarObject_HEAD_INIT(NULL,0)
|
||||
.tp_name = "Hurricane.AttributesHolder",
|
||||
|
|
Loading…
Reference in New Issue