diff options
| author | Alex Dowad <alexinbeijing@gmail.com> | 2020-04-29 08:48:47 +0200 |
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-04-29 23:17:40 +0200 |
| commit | 8ddaf13ed3e91fdad56edf0d71663dcf074c9b75 (patch) | |
| tree | 64b6039d8b403116be29803772c65226873cb1fa /ext/com_dotnet | |
| parent | 90705d44e3da1d0aa7b8b4fd921ec597391eccb2 (diff) | |
| download | php-git-8ddaf13ed3e91fdad56edf0d71663dcf074c9b75.tar.gz | |
Code tweaks: Remove unneeded semicolons
Diffstat (limited to 'ext/com_dotnet')
| -rw-r--r-- | ext/com_dotnet/php_com_dotnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/php_com_dotnet.h b/ext/com_dotnet/php_com_dotnet.h index e770fd3a94..025e1a7dd0 100644 --- a/ext/com_dotnet/php_com_dotnet.h +++ b/ext/com_dotnet/php_com_dotnet.h @@ -49,7 +49,7 @@ ZEND_END_MODULE_GLOBALS(com_dotnet) ZEND_TSRMLS_CACHE_EXTERN() #endif -extern ZEND_DECLARE_MODULE_GLOBALS(com_dotnet); +ZEND_EXTERN_MODULE_GLOBALS(com_dotnet) #define COMG(v) ZEND_MODULE_GLOBALS_ACCESSOR(com_dotnet, v) #endif /* PHP_COM_DOTNET_H */ |
