]> granicus.if.org Git - python/commitdiff
The GCC version is loooooooooong; put it on a new line.
authorGuido van Rossum <guido@python.org>
Tue, 5 Sep 2000 04:40:39 +0000 (04:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 5 Sep 2000 04:40:39 +0000 (04:40 +0000)
Python/getcompiler.c

index 798837a7401abf209d8625ef931cdb8c75770fa0..0f441deb84d0b22af5a48dbf60c97cad6e9ff292 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef COMPILER
 
 #ifdef __GNUC__
-#define COMPILER " [GCC " __VERSION__ "]"
+#define COMPILER "\n[GCC " __VERSION__ "]"
 #endif
 
 #endif /* !COMPILER */