]> granicus.if.org Git - python/commitdiff
Comments around identifier after #endif
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 20 Feb 1997 15:22:17 +0000 (15:22 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 20 Feb 1997 15:22:17 +0000 (15:22 +0000)
Mac/Modules/macmodule.c

index b4a8e3c814109924345a3d1c67ae119f96eafe95..49c0f8b34ef5e12530fa318ed747b3ce67334cb9 100644 (file)
@@ -587,7 +587,7 @@ mac_mstats(self, args)
        Py_INCREF(Py_None);
        return Py_None;
 }
-#endif USE_MALLOC_DEBUG
+#endif /* USE_MALLOC_DEBUG */
 
 static struct PyMethodDef mac_methods[] = {
        {"chdir",       mac_chdir},