mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
17 lines
294 B
C
17 lines
294 B
C
|
|
/*
|
|
* If C9X_INLINE_SEMANTICS is already defined here,
|
|
* we assume the user does not want GCC inline semantics,
|
|
* but compiles this file always.
|
|
*/
|
|
|
|
#ifndef C9X_INLINE_SEMANTICS
|
|
|
|
#define C9X_INLINE_SEMANTICS
|
|
|
|
#include "zend.h"
|
|
|
|
#include "zend_execute.h"
|
|
#include "zend_operators.h"
|
|
|
|
#endif
|