diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-02-20 15:22:17 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-02-20 15:22:17 (GMT) |
commit | 4f27a55e800927c42625f66a5254e1a60062088b (patch) | |
tree | 06575fa2c6d91f41e042d32a2622a5e163173770 /Mac | |
parent | c1cd2ca999e1cc473806177e839c19cc90f69db6 (diff) | |
download | cpython-4f27a55e800927c42625f66a5254e1a60062088b.zip cpython-4f27a55e800927c42625f66a5254e1a60062088b.tar.gz cpython-4f27a55e800927c42625f66a5254e1a60062088b.tar.bz2 |
Comments around identifier after #endif
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/macmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |