Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.
This commit is contained in:
Nikita Popov 2016-03-03 16:46:04 +01:00
parent c4b188871e
commit 1ac152938c
62 changed files with 63 additions and 63 deletions

View file

@ -33,7 +33,7 @@ ZEND_END_MODULE_GLOBALS(sqlite3)
#ifdef ZTS
# define SQLITE3G(v) TSRMG(sqlite3_globals_id, zend_sqlite3_globals *, v)
# ifdef COMPILE_DL_SQLITE3
ZEND_TSRMLS_CACHE_EXTERN();
ZEND_TSRMLS_CACHE_EXTERN()
# endif
#else
# define SQLITE3G(v) (sqlite3_globals.v)