Browse Source
Remove --enable-c9x-inline option. We now use a syntax which is compatible
Remove --enable-c9x-inline option. We now use a syntax which is compatible
with all compilers by providing the function with static linkage in every compilation unit.PHP-4.0.5
5 changed files with 9 additions and 69 deletions
-
8Zend/Makefile.am
-
17Zend/Zend.m4
-
30Zend/zend_execute.h
-
17Zend/zend_gcc_inline.c
-
6Zend/zend_operators.h
@ -1,17 +0,0 @@ |
|||
|
|||
/* |
|||
* 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 |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue