remove bogus ## in front of gcc __VERSION__
This commit is contained in:
parent
a38a503576
commit
9e575ff7d8
|
@ -136,7 +136,7 @@ getargcargv(argc,argv)
|
|||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define COMPILER " [GCC " ##__VERSION__ "]"
|
||||
#define COMPILER " [GCC " __VERSION__ "]"
|
||||
#endif
|
||||
|
||||
#ifndef COMPILER
|
||||
|
|
Loading…
Reference in New Issue