We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1ad926 + 050aae2 commit 65fa9f2Copy full SHA for 65fa9f2
Zend/zend_ini.h
@@ -28,7 +28,7 @@
28
#define ZEND_INI_ALL (ZEND_INI_USER|ZEND_INI_PERDIR|ZEND_INI_SYSTEM)
29
30
#ifndef XtOffsetOf
31
-# if defined(CRAY) || (defined(__arm) && !defined(LINUX))
+# if defined(CRAY) || (defined(__ARMCC_VERSION) && !defined(LINUX))
32
# ifdef __STDC__
33
# define XtOffset(p_type, field) _Offsetof(p_type, field)
34
# else
0 commit comments