Skip to content

Commit 6a0e039

Browse files
committed
Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE
Also re bug #71575.
1 parent 074569a commit 6a0e039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interbase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ zend_module_entry ibase_module_entry = {
461461

462462
#ifdef COMPILE_DL_INTERBASE
463463
#ifdef ZTS
464-
ZEND_TSRMLS_CACHE_DEFINE();
464+
ZEND_TSRMLS_CACHE_DEFINE()
465465
#endif
466466
ZEND_GET_MODULE(ibase)
467467
#endif

php_ibase_includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ enum php_interbase_option {
130130
#define IBG(v) ZEND_MODULE_GLOBALS_ACCESSOR(ibase, v)
131131

132132
#if defined(ZTS) && defined(COMPILE_DL_INTERBASE)
133-
ZEND_TSRMLS_CACHE_EXTERN();
133+
ZEND_TSRMLS_CACHE_EXTERN()
134134
#endif
135135

136136
#define BLOB_ID_LEN 18

0 commit comments

Comments
 (0)