diff options
author | Marcus Boerger <helly@php.net> | 2002-10-22 18:47:41 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-10-22 18:47:41 +0000 |
commit | 14626a1836c3f7fa541ecbd35bf8aed9f253ef5c (patch) | |
tree | 7c02e7247df616864bfc9704f6eeca8302eedb29 /ext/db | |
parent | 376dcd80bb79b979c8d99c43d037e5ca5bdb9948 (diff) | |
download | php-git-14626a1836c3f7fa541ecbd35bf8aed9f253ef5c.tar.gz |
ups - the other way round of course
Diffstat (limited to 'ext/db')
-rw-r--r-- | ext/db/db.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/db/db.c b/ext/db/db.c index c730fddba6..9baa2ead79 100644 --- a/ext/db/db.c +++ b/ext/db/db.c @@ -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} |