From 373e79572d9b44c3cb7c7173432f51942461309f Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 16 Oct 2008 15:36:41 +0000 Subject: [PATCH] Fix comments. --- cx_Oracle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cx_Oracle.c b/cx_Oracle.c index 06d248e..69a2bb1 100644 --- a/cx_Oracle.c +++ b/cx_Oracle.c @@ -45,7 +45,7 @@ typedef int Py_ssize_t; PyObject_HEAD_INIT(type) size, #endif -// define Py_Int_* macros for Python 3.x +// define PyInt_* macros for Python 3.x #ifndef PyInt_Check #define PyInt_Check PyLong_Check #define PyInt_FromLong PyLong_FromLong