Skip to content

Commit 173eaf9

Browse files
author
gvanrossum
committed
The GCC version is loooooooooong; put it on a new line.
git-svn-id: http://svn.python.org/projects/python/trunk@17259 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 2c1a3b2 commit 173eaf9

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)