summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorn.d. parker <ndparker@users.noreply.github.com>2017-03-08 22:27:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-03-08 22:27:46 (GMT)
commit51b646a55a4a1c4d0df764c4404a062fbcc6b356 (patch)
tree631bfa446db11af24cf28f100f684d39369746d5 /Include/pyport.h
parent7253aded71df8d4bf8684fc78d11c596079211b3 (diff)
downloadcpython-51b646a55a4a1c4d0df764c4404a062fbcc6b356.zip
cpython-51b646a55a4a1c4d0df764c4404a062fbcc6b356.tar.gz
cpython-51b646a55a4a1c4d0df764c4404a062fbcc6b356.tar.bz2
Fix the only non-C90 comment to be C90 compatible. (#568)
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 52a91a0..426822a 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -37,7 +37,7 @@ Used in: Py_SAFE_DOWNCAST
* integral synonyms. Only define the ones we actually need.
*/
-// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility.
+/* long long is required. Ensure HAVE_LONG_LONG is defined for compatibility. */
#ifndef HAVE_LONG_LONG
#define HAVE_LONG_LONG 1
#endif