diff options
Diffstat (limited to 'Zend/zend_alloc.h')
| -rw-r--r-- | Zend/zend_alloc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 85492a2c43..161c4685f4 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -51,6 +51,8 @@ typedef union { ZEND_API char *zend_strndup(const char *s, unsigned int length); +BEGIN_EXTERN_C() + #if ZEND_DEBUG ZEND_API void *_emalloc(size_t size,char *filename,uint lineno); ZEND_API void _efree(void *ptr,char *filename,uint lineno); @@ -109,6 +111,8 @@ ZEND_API void _full_mem_check(int silent, char *filename, uint lineno); #endif +END_EXTERN_C() + #endif /* |
