Commit 9e575ff7 authored by Guido van Rossum's avatar Guido van Rossum

remove bogus ## in front of gcc __VERSION__

parent a38a5035
......@@ -136,7 +136,7 @@ getargcargv(argc,argv)
#endif
#ifdef __GNUC__
#define COMPILER " [GCC " ##__VERSION__ "]"
#define COMPILER " [GCC " __VERSION__ "]"
#endif
#ifndef 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