mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH Fix for RISC OS
This commit is contained in:
parent
5dea328391
commit
b8d26da1be
2 changed files with 2 additions and 1 deletions
|
@ -417,7 +417,7 @@ END_EXTERN_C()
|
|||
*/
|
||||
|
||||
#ifndef XtOffset
|
||||
#if defined(CRAY) || (defined(__arm) && !defined(LINUX))
|
||||
#if defined(CRAY) || (defined(__arm) && !(defined(LINUX) || defined(__riscos__)))
|
||||
#ifdef __STDC__
|
||||
#define XtOffset(p_type, field) _Offsetof(p_type, field)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue