]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove bogus ## in front of gcc __VERSION__
authorGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 15:11:57 +0000 (15:11 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 15:11:57 +0000 (15:11 +0000)
Modules/config.c.in

index 9e0f34a54dd125e674f6d60f4ba233f246717ddb..0e4db0c0027997df03ea3ab01de57223ba1187f5 100644 (file)
@@ -136,7 +136,7 @@ getargcargv(argc,argv)
 #endif
 
 #ifdef __GNUC__
-#define COMPILER " [GCC " ##__VERSION__ "]"
+#define COMPILER " [GCC " __VERSION__ "]"
 #endif
 
 #ifndef COMPILER