diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-04-29 12:59:26 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-04-29 12:59:26 +0000 |
commit | e81addb5ca39d1801e9a181df7a9311154bb3bcb (patch) | |
tree | 531e71f85eaf2ab62fcd796018453539c1f12048 /ext/oci8/php_oci8.h | |
parent | 4b4fae6aa42a2c182648b9c6a452f4be036fed53 (diff) | |
download | php-git-e81addb5ca39d1801e9a181df7a9311154bb3bcb.tar.gz |
C++ comments.
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r-- | ext/oci8/php_oci8.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 3fe1cdfefc..30ea19c718 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -100,8 +100,8 @@ typedef struct { dvoid *ocidescr; ub4 type; int lob_current_position; - int lob_size; // -1 = Lob wasn't initialized yet - int buffering; // 0 - off, 1 - on, 2 - on and buffer was used + int lob_size; /* -1 = Lob wasn't initialized yet */ + int buffering; /* 0 - off, 1 - on, 2 - on and buffer was used */ } oci_descriptor; typedef struct { |