summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2006-11-09 16:23:26 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2006-11-09 16:23:26 (GMT)
commit6fc2382883516434c5876e768fabd75a0c633d84 (patch)
tree8f817726bb8c9d01686fb5618536fa5fcc2da5ca /Modules
parentb5686da24f7cb7b4a7fb66d8263e5479653f5def (diff)
downloadcpython-6fc2382883516434c5876e768fabd75a0c633d84.zip
cpython-6fc2382883516434c5876e768fabd75a0c633d84.tar.gz
cpython-6fc2382883516434c5876e768fabd75a0c633d84.tar.bz2
Replace C++ comment with C comment (fixes SF bug #1593525).
Diffstat (limited to 'Modules')
-rw-r--r--Modules/unicodedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index a11a0b7..a30d30c 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -75,7 +75,7 @@ static PyMemberDef DB_members[] = {
{NULL}
};
-// forward declaration
+/* forward declaration */
static PyTypeObject UCD_Type;
static PyObject*