From 9123edcc63bfbe3417d452922dda947a2fa179b8 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Sat, 10 Jun 2006 21:56:03 +0000 Subject: [PATCH] Don't use C++ comment. --- Modules/_ctypes/stgdict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_ctypes/stgdict.c b/Modules/_ctypes/stgdict.c index c9123234f8..2e7e157f73 100644 --- a/Modules/_ctypes/stgdict.c +++ b/Modules/_ctypes/stgdict.c @@ -167,7 +167,7 @@ MakeFields(PyObject *type, CFieldObject *descr, 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; -- 2.50.0