The GCC version is loooooooooong; put it on a new line.

This commit is contained in:
Guido van Rossum 2000-09-05 04:40:39 +00:00
parent d1252395bd
commit f26cda62b6

View file

@ -6,7 +6,7 @@
#ifndef COMPILER
#ifdef __GNUC__
#define COMPILER " [GCC " __VERSION__ "]"
#define COMPILER "\n[GCC " __VERSION__ "]"
#endif
#endif /* !COMPILER */