Author: byterock Date: Wed Apr 2 06:38:52 2008 New Revision: 11037 Modified: dbd-oracle/trunk/Oracle.h
Log: typo at line 36 had // changed to /* */ Modified: dbd-oracle/trunk/Oracle.h ============================================================================== --- dbd-oracle/trunk/Oracle.h (original) +++ dbd-oracle/trunk/Oracle.h Wed Apr 2 06:38:52 2008 @@ -33,7 +33,7 @@ /* ori.h uses 'dirty' as an arg name in prototypes so we use this */ /* hack to prevent ori.h being read (since we don't need it) */ -//#define ORI_ORACLE +/*#define ORI_ORACLE*/ #include <oci.h> #include <oratypes.h> #include <ocidfn.h>
