]> granicus.if.org Git - php/commitdiff
ups - the other way round of course
authorMarcus Boerger <helly@php.net>
Tue, 22 Oct 2002 18:47:41 +0000 (18:47 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 22 Oct 2002 18:47:41 +0000 (18:47 +0000)
ext/db/db.c

index c730fddba699ba0f9edd21fc4184adadcb217293..9baa2ead79776a13ab4b8ea3cbffc328efd72476 100644 (file)
@@ -191,7 +191,7 @@ dbm_info *php_find_dbm(pval *id TSRMLS_DC)
 
 /* {{{ proto array dblist(void)
    Return an associative array id->filename */ 
-#if 0_HELLY
+#if HELLY_0
 /* New function not needed yet */
 PHP_FUNCTION(db_id_list)
 {
@@ -1183,7 +1183,7 @@ function_entry dbm_functions[] = {
        PHP_FE(dbmdelete,                                                               NULL)
        PHP_FE(dbmfirstkey,                                                             NULL)
        PHP_FE(dbmnextkey,                                                              NULL)
-#if 0_HELLY
+#if HELLY_0
        PHP_FE(db_id_list,                              NULL)
 #endif
        {NULL, NULL, NULL}