Skip to content

Commit f823447

Browse files
committed
C++fy zend_hash.h as well
1 parent b83cfd1 commit f823447

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Zend/zend_hash.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#include "zend_string.h"
2727
#include "zend_sort.h"
2828

29+
BEGIN_EXTERN_C()
30+
2931
typedef enum {
3032
HASH_KEY_IS_STRING = 1,
3133
HASH_KEY_IS_LONG,
@@ -1707,4 +1709,5 @@ static zend_always_inline void _zend_hash_append_ind(HashTable *ht, zend_string
17071709
ht->nNumOfElements++;
17081710
}
17091711

1712+
END_EXTERN_C()
17101713
#endif /* ZEND_HASH_H */

0 commit comments

Comments
 (0)