Skip to content

Commit b83cfd1

Browse files
committed
fix build partly
1 parent 34b3b64 commit b83cfd1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/intl/intl_common.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
#define INTL_COMMON_H
1919
/* Auxiliary macros */
2020

21-
BEGIN_EXTERN_C()
2221
#include <php.h>
23-
END_EXTERN_C()
2422
#include <unicode/utypes.h>
2523

2624
#ifndef UBYTES
@@ -41,8 +39,6 @@ END_EXTERN_C()
4139
#define INTL_ZSTR_VAL(str) (UChar*) ZSTR_VAL(str)
4240
#define INTL_ZSTR_LEN(str) UCHARS(ZSTR_LEN(str))
4341

44-
BEGIN_EXTERN_C()
4542
extern zend_class_entry *IntlException_ce_ptr;
46-
END_EXTERN_C()
4743

4844
#endif /* INTL_COMMON_H */

0 commit comments

Comments
 (0)