mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Comments around identifier after #endif
This commit is contained in:
parent
c1cd2ca999
commit
4f27a55e80
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue