summaryrefslogtreecommitdiff
path: root/ext/rpc
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2003-02-18 23:22:15 +0000
committerJon Parise <jon@php.net>2003-02-18 23:22:15 +0000
commit40dacff24a24de9522085fa379e76ebc73043452 (patch)
treef7d5ac38cf1155b6c76841b0eb4244f84005be4a /ext/rpc
parent891835e7aa8a8c61ef3b9da9bb87dc6152b1151c (diff)
downloadphp-git-40dacff24a24de9522085fa379e76ebc73043452.tar.gz
Remove a stray COM reference.
Diffstat (limited to 'ext/rpc')
-rw-r--r--ext/rpc/skeleton/skeleton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/rpc/skeleton/skeleton.c b/ext/rpc/skeleton/skeleton.c
index a086cf3132..99af187af6 100644
--- a/ext/rpc/skeleton/skeleton.c
+++ b/ext/rpc/skeleton/skeleton.c
@@ -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
+}