Skip to content

Commit 2bb0470

Browse files
committed
Add missing PHP_SIMDJSON_API macro
1 parent b518217 commit 2bb0470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php_simdjson.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ZEND_TSRMLS_CACHE_EXTERN()
7878
# define PHP_SIMDJSON_API /* nothing special */
7979
#endif
8080

81-
extern zend_class_entry *simdjson_exception_ce;
81+
extern PHP_SIMDJSON_API zend_class_entry *simdjson_exception_ce;
8282

8383
// NOTE: Namespaces and references(&) are C++ only functionality.
8484
// To expose this functionality to other C PECLs,

0 commit comments

Comments
 (0)