]> granicus.if.org Git - php/commitdiff
rename module entry
authorHarald Radi <phanto@php.net>
Wed, 17 Oct 2001 12:50:12 +0000 (12:50 +0000)
committerHarald Radi <phanto@php.net>
Wed, 17 Oct 2001 12:50:12 +0000 (12:50 +0000)
ext/com/php_COM.h
ext/rpc/com/php_com.h

index c44c808fe04f834f29af7c01a3ce60ac3d40d54c..5c0155515bb89a7018aecef6336503583d347d1d 100644 (file)
@@ -41,11 +41,11 @@ zend_class_entry COM_class_entry;
 
 END_EXTERN_C()
 
-#define COM_module_ptr &COM_module_entry
+#define phpext_com_ptr &COM_module_entry
 
 #else
 
-#define COM_module_ptr NULL
+#define phpext_com_ptr NULL
 
 #endif  /* PHP_WIN32 */
 
index c44c808fe04f834f29af7c01a3ce60ac3d40d54c..5c0155515bb89a7018aecef6336503583d347d1d 100644 (file)
@@ -41,11 +41,11 @@ zend_class_entry COM_class_entry;
 
 END_EXTERN_C()
 
-#define COM_module_ptr &COM_module_entry
+#define phpext_com_ptr &COM_module_entry
 
 #else
 
-#define COM_module_ptr NULL
+#define phpext_com_ptr NULL
 
 #endif  /* PHP_WIN32 */