Revision: 158
http://informixdb.svn.sourceforge.net/informixdb/?rev=158&view=rev
Author: dansme
Date: 2007-08-13 00:26:41 -0700 (Mon, 13 Aug 2007)
Log Message:
-----------
Change comment to old-style to make old ESQL versions (7.24.UC8) happy
Modified Paths:
--------------
trunk/informixdb/ext/_informixdb.ec
Modified: trunk/informixdb/ext/_informixdb.ec
===================================================================
--- trunk/informixdb/ext/_informixdb.ec 2007-06-17 13:59:35 UTC (rev 157)
+++ trunk/informixdb/ext/_informixdb.ec 2007-08-13 07:26:41 UTC (rev 158)
@@ -1955,7 +1955,7 @@
self->op = op;
Py_INCREF(op);
- // No INCREF because the callers don't DECREF.
+ /* No INCREF because the callers don't DECREF. */
return Py_None;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|