diff options
author | Walter Dörwald <walter@livinglogic.de> | 2006-11-09 16:23:26 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2006-11-09 16:23:26 +0000 |
commit | 6fc2382883516434c5876e768fabd75a0c633d84 (patch) | |
tree | 8f817726bb8c9d01686fb5618536fa5fcc2da5ca | |
parent | b5686da24f7cb7b4a7fb66d8263e5479653f5def (diff) | |
download | cpython-git-6fc2382883516434c5876e768fabd75a0c633d84.tar.gz |
Replace C++ comment with C comment (fixes SF bug #1593525).
-rw-r--r-- | Modules/unicodedata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index a11a0b70b7..a30d30c8eb 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* |