]> granicus.if.org Git - python/commitdiff
Fix the only non-C90 comment to be C90 compatible. (#566)
authorn.d. parker <ndparker@users.noreply.github.com>
Wed, 8 Mar 2017 18:24:22 +0000 (19:24 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Mar 2017 18:24:22 +0000 (20:24 +0200)
Include/pyport.h

index 684ef662af0b6a5bb1fcbe39927600ed6b3c64d9..b535d7859ac6df14814ccf779d80dbb7e5a036c3 100644 (file)
@@ -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