Fix the only non-C90 comment to be C90 compatible. (#568)

(cherry picked from commit 51b646a55a4a1c4d0df764c4404a062fbcc6b356)
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 @@
  * 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