From: n.d. parker Date: Wed, 8 Mar 2017 18:24:22 +0000 (+0100) Subject: Fix the only non-C90 comment to be C90 compatible. (#566) X-Git-Tag: v3.7.0a1~1171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7eda3882e2fa989330d71c098d3b625bb2749d3;p=thirdparty%2FPython%2Fcpython.git Fix the only non-C90 comment to be C90 compatible. (#566) --- diff --git a/Include/pyport.h b/Include/pyport.h index 684ef662af0b..b535d7859ac6 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