From 4f27a55e800927c42625f66a5254e1a60062088b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 20 Feb 1997 15:22:17 +0000 Subject: Comments around identifier after #endif --- Mac/Modules/macmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index b4a8e3c..49c0f8b 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}, -- cgit v0.12