mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user