1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00

- #define to help #ifdef stuff in PHP sources to make them work w/ ZE1 and

- 2
This commit is contained in:
Andi Gutmans
2001-12-29 18:07:08 +00:00
parent 9063a96dfa
commit 8a0c756c58

View File

@@ -24,6 +24,8 @@
#define ZEND_VERSION "2.0.0-dev"
#define ZEND_ENGINE_2
#ifdef __cplusplus
#define BEGIN_EXTERN_C() extern "C" {
#define END_EXTERN_C() }