Comments around identifier after #endif

This commit is contained in:
Jack Jansen 1997-02-20 15:22:17 +00:00
parent c1cd2ca999
commit 4f27a55e80

View 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},