Skip to content

Commit f7eda38

Browse files
ndparkerserhiy-storchaka
authored andcommitted
Fix the only non-C90 comment to be C90 compatible. (#566)
1 parent 4a2ffce commit f7eda38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Used in: Py_SAFE_DOWNCAST
3737
* integral synonyms. Only define the ones we actually need.
3838
*/
3939

40-
// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility.
40+
/* long long is required. Ensure HAVE_LONG_LONG is defined for compatibility. */
4141
#ifndef HAVE_LONG_LONG
4242
#define HAVE_LONG_LONG 1
4343
#endif

0 commit comments

Comments
 (0)