diff --git a/hurricane/src/isobar/PythonAttributes.cpp b/hurricane/src/isobar/PythonAttributes.cpp index e7446c15..f779372b 100644 --- a/hurricane/src/isobar/PythonAttributes.cpp +++ b/hurricane/src/isobar/PythonAttributes.cpp @@ -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",