From: Jack Jansen Date: Thu, 20 Feb 1997 15:22:17 +0000 (+0000) Subject: Comments around identifier after #endif X-Git-Tag: v1.5a1~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f27a55e800927c42625f66a5254e1a60062088b;p=thirdparty%2FPython%2Fcpython.git Comments around identifier after #endif --- diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index b4a8e3c81410..49c0f8b34ef5 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -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},