diff options
author | Guido van Rossum <guido@python.org> | 2000-09-05 04:40:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-09-05 04:40:39 (GMT) |
commit | f26cda62b68b68c07666f2f21b1f16ded03afa37 (patch) | |
tree | b2c73655fac4e1bf543a38807eead4bc16387acd /Python/getcompiler.c | |
parent | d1252395bd697b2f2b2f461c1078fda22ab739b1 (diff) | |
download | cpython-f26cda62b68b68c07666f2f21b1f16ded03afa37.zip cpython-f26cda62b68b68c07666f2f21b1f16ded03afa37.tar.gz cpython-f26cda62b68b68c07666f2f21b1f16ded03afa37.tar.bz2 |
The GCC version is loooooooooong; put it on a new line.
Diffstat (limited to 'Python/getcompiler.c')
-rw-r--r-- | Python/getcompiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcompiler.c b/Python/getcompiler.c index 798837a..0f441de 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 */ |