diff options
author | Andrei Zmievski <andrei@php.net> | 2000-02-11 15:34:11 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-02-11 15:34:11 +0000 |
commit | 80f4886c5a71b0cdc4a3159297160e30ddd298cb (patch) | |
tree | f34bad22fdef177f74f0bc815ae37c79c3c4995b /ext/oracle/php_oracle.h | |
parent | 12d3e3d77582029226e81f5a1f9ed79054b4b2ed (diff) | |
download | php-git-80f4886c5a71b0cdc4a3159297160e30ddd298cb.tar.gz |
Define phpext_oracle_ptr properly.
Diffstat (limited to 'ext/oracle/php_oracle.h')
-rw-r--r-- | ext/oracle/php_oracle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oracle/php_oracle.h b/ext/oracle/php_oracle.h index a0c9e977ae..b22705375e 100644 --- a/ext/oracle/php_oracle.h +++ b/ext/oracle/php_oracle.h @@ -130,7 +130,7 @@ typedef struct { #else -#define oracle_module_ptr NULL +#define phpext_oracle_ptr NULL #endif /* HAVE_ORACLE */ |