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
commite3e8ed557f64aaf888dff1a08c5a44bb7c24c198 (patch)
treee9f17bb147ea325ff3850d9c58e956e000b695df /Python/getcompiler.c
parent606bddb1be280ef3d45a789f76be4d556d84eaf9 (diff)
downloadcpython-e3e8ed557f64aaf888dff1a08c5a44bb7c24c198.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 */