[Python-checkins] r46837 - python/trunk/Modules/_ctypes/stgdict.c

thomas.heller python-checkins at python.org
Sat Jun 10 23:56:04 CEST 2006


Author: thomas.heller
Date: Sat Jun 10 23:56:03 2006
New Revision: 46837

Modified:
   python/trunk/Modules/_ctypes/stgdict.c
Log:
Don't use C++ comment.

Modified: python/trunk/Modules/_ctypes/stgdict.c
==============================================================================
--- python/trunk/Modules/_ctypes/stgdict.c	(original)
+++ python/trunk/Modules/_ctypes/stgdict.c	Sat Jun 10 23:56:03 2006
@@ -167,7 +167,7 @@
 		PyObject *fname, *ftype;
 		CFieldObject *fdescr;
 		CFieldObject *new_descr;
-		// Convert to PyArg_UnpackTuple...
+		/* Convert to PyArg_UnpackTuple... */
 		if (!PyArg_ParseTuple(pair, "OO", &fname, &ftype)) {
 			Py_DECREF(fieldlist);
 			return -1;


More information about the Python-checkins mailing list