Skip to content

Commit 3d5ef13

Browse files
committed
made ZEND_TSRMLS_CACHE_* macros look like function calls
which also comply with the current semantics for such macros
1 parent 6fa5f75 commit 3d5ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_ibase_includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ enum php_interbase_option {
134134
#ifdef ZTS
135135
# define IBG(v) ZEND_TSRMG(ibase_globals_id, zend_ibase_globals *, v)
136136
# ifdef COMPILE_DL_INTERBASE
137-
ZEND_TSRMLS_CACHE_EXTERN;
137+
ZEND_TSRMLS_CACHE_EXTERN();
138138
# endif
139139
#else
140140
#define IBG(v) (ibase_globals.v)

0 commit comments

Comments
 (0)