Commit f26cda62 authored by Guido van Rossum's avatar Guido van Rossum

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

parent d1252395
......@@ -6,7 +6,7 @@
#ifndef COMPILER
#ifdef __GNUC__
#define COMPILER " [GCC " __VERSION__ "]"
#define COMPILER "\n[GCC " __VERSION__ "]"
#endif
#endif /* !COMPILER */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment