summaryrefslogtreecommitdiff
path: root/Zend/zend_gcc_inline.c
blob: 439cd17b295136fe0608caf41efaef24c7f81cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

/*
 * 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