diff options
author | Walter Dörwald <walter@livinglogic.de> | 2006-11-09 16:23:26 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2006-11-09 16:23:26 (GMT) |
commit | 6fc2382883516434c5876e768fabd75a0c633d84 (patch) | |
tree | 8f817726bb8c9d01686fb5618536fa5fcc2da5ca /Modules | |
parent | b5686da24f7cb7b4a7fb66d8263e5479653f5def (diff) | |
download | cpython-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.c | 2 |
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* |