mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
remove bogus ## in front of gcc __VERSION__
This commit is contained in:
parent
a38a503576
commit
9e575ff7d8
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ getargcargv(argc,argv)
|
|||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define COMPILER " [GCC " ##__VERSION__ "]"
|
||||
#define COMPILER " [GCC " __VERSION__ "]"
|
||||
#endif
|
||||
|
||||
#ifndef COMPILER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue