1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

make it compile with gcc again

This commit is contained in:
Sascha Schumann
1999-08-25 21:54:00 +00:00
parent 746ce67b66
commit 8b44285b90

View File

@@ -23,6 +23,7 @@
#define ZEND_VERSION "0.90"
#include <stdarg.h>
#ifdef __cplusplus
#define BEGIN_EXTERN_C() extern "C" {