Commit f7eda388 authored by n.d. parker's avatar n.d. parker Committed by Serhiy Storchaka

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

parent 4a2ffce7
...@@ -37,7 +37,7 @@ Used in: Py_SAFE_DOWNCAST ...@@ -37,7 +37,7 @@ Used in: Py_SAFE_DOWNCAST
* integral synonyms. Only define the ones we actually need. * 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 #ifndef HAVE_LONG_LONG
#define HAVE_LONG_LONG 1 #define HAVE_LONG_LONG 1
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment