summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-12-23 08:18:35 +0000
committerThies C. Arntzen <thies@php.net>1999-12-23 08:18:35 +0000
commit4e095276af3ae5e854967598cb1aa00dc27eafe8 (patch)
treee58ecbd525ae458b5da322d303445815297749bf
parent34075d480e12d477abcaf6ce2b09eec4cc86a6c4 (diff)
downloadphp-git-4e095276af3ae5e854967598cb1aa00dc27eafe8.tar.gz
digital cc doe not like whitespaces before a # mark
-rw-r--r--ext/oci8/oci8.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 945ec88994..e8c2c52a1d 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -63,10 +63,10 @@ static int le_stmt; /* active statements */
static zend_class_entry *oci_lob_class_entry_ptr;
#ifndef SQLT_BFILEE
- #define SQLT_BFILEE 114
+#define SQLT_BFILEE 114
#endif
#ifndef SQLT_CFILEE
- #define SQLT_CFILEE 115
+#define SQLT_CFILEE 115
#endif
#define SAFE_STRING(s) ((s)?(s):"")
@@ -327,9 +327,9 @@ PHP_MINIT_FUNCTION(oci)
ELS_FETCH();
#ifdef ZTS
- #define PHP_OCI_INIT_MODE OCI_THREADED
+#define PHP_OCI_INIT_MODE OCI_THREADED
#else
- #define PHP_OCI_INIT_MODE OCI_DEFAULT
+#define PHP_OCI_INIT_MODE OCI_DEFAULT
#endif
#if OCI_USE_EMALLOC