]> granicus.if.org Git - python/commitdiff
Clean up warning from Monterey compiler.
authorTrent Mick <trentm@activestate.com>
Sat, 12 Aug 2000 22:14:34 +0000 (22:14 +0000)
committerTrent Mick <trentm@activestate.com>
Sat, 12 Aug 2000 22:14:34 +0000 (22:14 +0000)
Properly end a comment block. It was terminated fine later but by a subsequent
block and. It was also in #if 0. This patch is so trivial I can't believe I am
talking about it. :)

Objects/unicodeobject.c

index 95f47616eed0205d89cb34fef82b694b0b2d359e..1cda623d3c5a41947d0b462ce3c510ad7a901f7e 100644 (file)
@@ -3173,7 +3173,7 @@ unicode_center(PyUnicodeObject *self, PyObject *args)
 
 /* This code should go into some future Unicode collation support
    module. The basic comparison should compare ordinals on a naive
-   basis (this is what Java does and thus JPython too).
+   basis (this is what Java does and thus JPython too). */
 
 /* speedy UTF-16 code point order comparison */
 /* gleaned from: */