diff options
author | SVN Migration <svn@php.net> | 2000-06-29 13:34:59 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2000-06-29 13:34:59 +0000 |
commit | d26abbcdc9b2decf18e5c8b33ae5be8a08d0d368 (patch) | |
tree | fe3bd08d30845a9510557728022bfa006a62cc53 /Zend/zend_gcc_inline.c | |
parent | 01a8f4606ea99e9be92dbd4a27c69330786c7a8c (diff) | |
download | php-git-php-4.0.1pl1.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_0_1pl1'.php-4.0.1pl1
Diffstat (limited to 'Zend/zend_gcc_inline.c')
-rw-r--r-- | Zend/zend_gcc_inline.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Zend/zend_gcc_inline.c b/Zend/zend_gcc_inline.c deleted file mode 100644 index 439cd17b29..0000000000 --- a/Zend/zend_gcc_inline.c +++ /dev/null @@ -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 |