diff options
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 */ |