From: Guido van Rossum Date: Tue, 5 Sep 2000 04:40:39 +0000 (+0000) Subject: The GCC version is loooooooooong; put it on a new line. X-Git-Tag: v2.0b1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f26cda62b68b68c07666f2f21b1f16ded03afa37;p=thirdparty%2FPython%2Fcpython.git The GCC version is loooooooooong; put it on a new line. --- diff --git a/Python/getcompiler.c b/Python/getcompiler.c index 798837a7401a..0f441deb84d0 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 */