summaryrefslogtreecommitdiff
path: root/Zend/zend_gcc_inline.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove --enable-c9x-inline option. We now use a syntax which is compatibleSascha Schumann2000-09-261-17/+0
| | | | | | with all compilers by providing the function with static linkage in every compilation unit.
* Rename C0x-inline to C9x-inline, and frame preprocessor directives inSascha Schumann2000-06-141-1/+11
| | | | | zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif.
* Add optional support for C0x inline semantics.Sascha Schumann2000-06-131-0/+7
These are enabled by specifying `--enable-c0x-inline' on the command line. We might add an autoconf check for this particular feature later.