[Python-checkins] r52696 - python/branches/release25-maint/Modules/unicodedata.c

walter.doerwald python-checkins at python.org
Thu Nov 9 17:30:42 CET 2006


Author: walter.doerwald
Date: Thu Nov  9 17:30:39 2006
New Revision: 52696

Modified:
   python/branches/release25-maint/Modules/unicodedata.c
Log:
Backport checkin:
Replace C++ comment with C comment (fixes SF bug #1593525).


Modified: python/branches/release25-maint/Modules/unicodedata.c
==============================================================================
--- python/branches/release25-maint/Modules/unicodedata.c	(original)
+++ python/branches/release25-maint/Modules/unicodedata.c	Thu Nov  9 17:30:39 2006
@@ -75,7 +75,7 @@
         {NULL}
 };
 
-// forward declaration
+/* forward declaration */
 static PyTypeObject UCD_Type;
 
 static PyObject*


More information about the Python-checkins mailing list