diff options
author | Jim Jagielski <jimjag@php.net> | 2000-03-30 02:42:28 +0000 |
---|---|---|
committer | Jim Jagielski <jimjag@php.net> | 2000-03-30 02:42:28 +0000 |
commit | 1469f420d6f2b37452f60a26797e4aad6d3605af (patch) | |
tree | 0b5bb600c6501e00bcb07a78972ef1fb15ac1cc2 /ext/db/php_db.h | |
parent | 3642282b075513284f3f18793bbaaf9b9fa42387 (diff) | |
download | php-git-1469f420d6f2b37452f60a26797e4aad6d3605af.tar.gz |
Fix the problem with dbmopen() not being defined. Patch by
Geoff (geoff@mcrent.com) and The Red Fox
Diffstat (limited to 'ext/db/php_db.h')
-rw-r--r-- | ext/db/php_db.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/db/php_db.h b/ext/db/php_db.h index 60fbe1d4f6..61b45471ec 100644 --- a/ext/db/php_db.h +++ b/ext/db/php_db.h @@ -89,7 +89,4 @@ PHP_FUNCTION(dbmdelete); PHP_FUNCTION(dbmfirstkey); PHP_FUNCTION(dbmnextkey); -#undef phpext_db_ptr -#define phpext_db_ptr NULL - #endif /* _PHP_DB_H */ |