diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-12-29 15:58:01 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-12-29 15:58:01 +0000 |
commit | fae56fca309332124c015febb49124df9c592db2 (patch) | |
tree | 1bf110919a9f6381cf9ccfc5c7cccdd47454b0c1 /ext/pgsql | |
parent | 2788bb8a15663dbf1372949e1f5a5907b89669ce (diff) | |
download | php-git-fae56fca309332124c015febb49124df9c592db2.tar.gz |
Removed a useless define.
Diffstat (limited to 'ext/pgsql')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index d434df531f..5473728a88 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -24,8 +24,6 @@ #if HAVE_PGSQL -#define PHP_PGSQL_API 20020419 - extern zend_module_entry pgsql_module_entry; #define pgsql_module_ptr &pgsql_module_entry |