]> granicus.if.org Git - php/commitdiff
Remove a stray COM reference.
authorJon Parise <jon@php.net>
Tue, 18 Feb 2003 23:22:15 +0000 (23:22 +0000)
committerJon Parise <jon@php.net>
Tue, 18 Feb 2003 23:22:15 +0000 (23:22 +0000)
ext/rpc/skeleton/skeleton.c

index a086cf313221b1a767429484512225e022416666..99af187af656f381aad1890bc0b7f7f1315bc505 100644 (file)
@@ -115,7 +115,7 @@ ZEND_MINFO_FUNCTION(skeleton)
        DISPLAY_INI_ENTRIES();
 }
 
-#ifdef COMPILE_DL_COM
+#ifdef COMPILE_DL_SKELETON
 ZEND_GET_MODULE(skeleton);
 #endif
 
@@ -220,4 +220,4 @@ static int skeleton_get_properties(HashTable **properties, void **data)
 /* custom functions */
 ZEND_FUNCTION(skeleton_function)
 {
-}
\ No newline at end of file
+}