mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.
This commit is contained in:
parent
95310ad5e0
commit
0d383d9373
38 changed files with 39 additions and 39 deletions
|
@ -493,7 +493,7 @@ zend_module_entry java_module_entry = {
|
|||
STANDARD_MODULE_PROPERTIES
|
||||
};
|
||||
|
||||
DLEXPORT zend_module_entry *get_module(void) { return &java_module_entry; }
|
||||
ZEND_GET_MODULE(java)
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue