remove bogus ## in front of gcc __VERSION__

This commit is contained in:
Guido van Rossum 1995-02-17 15:11:57 +00:00
parent a38a503576
commit 9e575ff7d8
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ getargcargv(argc,argv)
#endif
#ifdef __GNUC__
#define COMPILER " [GCC " ##__VERSION__ "]"
#define COMPILER " [GCC " __VERSION__ "]"
#endif
#ifndef COMPILER