diff options
author | Walter Dörwald <walter@livinglogic.de> | 2006-11-09 16:30:39 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2006-11-09 16:30:39 (GMT) |
commit | f2d5c6d117db77aab41e4d54eccdb2a0afcd57b2 (patch) | |
tree | 826d9e812f5de3a94702b1b5f6115a00aa21acf4 /Modules | |
parent | d52a0b85830e22d9bde8d3d25e5b047645716497 (diff) | |
download | cpython-f2d5c6d117db77aab41e4d54eccdb2a0afcd57b2.zip cpython-f2d5c6d117db77aab41e4d54eccdb2a0afcd57b2.tar.gz cpython-f2d5c6d117db77aab41e4d54eccdb2a0afcd57b2.tar.bz2 |
Backport checkin:
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* |