Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove --enable-c9x-inline option. We now use a syntax which is compatible | Sascha Schumann | 2000-09-26 | 1 | -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 in | Sascha Schumann | 2000-06-14 | 1 | -1/+11 |
| | | | | | zend_gcc_inline.c with #ifndef C9X_INLINE_SEMANTICS..#endif. | ||||
* | Add optional support for C0x inline semantics. | Sascha Schumann | 2000-06-13 | 1 | -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. |