]> granicus.if.org Git - php/commit
Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang)
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 13 Feb 2013 11:22:50 +0000 (12:22 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 13 Feb 2013 11:22:50 +0000 (12:22 +0100)
commit050aae2860e1c202e2e9db715beaa97d0a4c9c33
tree942749506b0a06e2bca29f2a4426ac9349964219
parente67a2b9e471a7bc0b774b9056bb38745b7187969
Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang)

Updated the code to test for __ARMCC_VERSION instead of __arm, as
that is a more reliable indicator of whether the ARMCC compiler is
being used.
Zend/zend_ini.h