Skip to content

Commit f26cda6

Browse files
committed
The GCC version is loooooooooong; put it on a new line.
1 parent d125239 commit f26cda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/getcompiler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef COMPILER
77

88
#ifdef __GNUC__
9-
#define COMPILER " [GCC " __VERSION__ "]"
9+
#define COMPILER "\n[GCC " __VERSION__ "]"
1010
#endif
1111

1212
#endif /* !COMPILER */

0 commit comments

Comments
 (0)