diff options
author | Guido van Rossum <guido@python.org> | 2000-09-05 04:40:39 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-09-05 04:40:39 +0000 |
commit | e3e8ed557f64aaf888dff1a08c5a44bb7c24c198 (patch) | |
tree | e9f17bb147ea325ff3850d9c58e956e000b695df /Python/getcompiler.c | |
parent | 606bddb1be280ef3d45a789f76be4d556d84eaf9 (diff) | |
download | cpython-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.c | 2 |
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 */ |