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

This commit is contained in:
n.d. parker 2017-03-08 19:24:22 +01:00 committed by Serhiy Storchaka
parent 4a2ffce791
commit f7eda3882e
1 changed files with 1 additions and 1 deletions

View 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