summaryrefslogtreecommitdiff
path: root/Python/getcompiler.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-09-05 04:40:39 +0000
committerGuido van Rossum <guido@python.org>2000-09-05 04:40:39 +0000
commitf26cda62b68b68c07666f2f21b1f16ded03afa37 (patch)
treeb2c73655fac4e1bf543a38807eead4bc16387acd /Python/getcompiler.c
parentd1252395bd697b2f2b2f461c1078fda22ab739b1 (diff)
downloadcpython-git-f26cda62b68b68c07666f2f21b1f16ded03afa37.tar.gz
The GCC version is loooooooooong; put it on a new line.
Diffstat (limited to 'Python/getcompiler.c')
-rw-r--r--Python/getcompiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcompiler.c b/Python/getcompiler.c
index 798837a740..0f441deb84 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -6,7 +6,7 @@
#ifndef COMPILER
#ifdef __GNUC__
-#define COMPILER " [GCC " __VERSION__ "]"
+#define COMPILER "\n[GCC " __VERSION__ "]"
#endif
#endif /* !COMPILER */