summaryrefslogtreecommitdiffstats
path: root/Modules/config.c.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-02-17 15:11:57 (GMT)
committerGuido van Rossum <guido@python.org>1995-02-17 15:11:57 (GMT)
commit9e575ff7d8edc6ad0a12c38c242d4297eac12ddc (patch)
tree3f017bd542aa75eb97c8d787376bc5a5ff9ea583 /Modules/config.c.in
parenta38a5035768854e9e0d7e071baab30a0828bbc3a (diff)
downloadcpython-9e575ff7d8edc6ad0a12c38c242d4297eac12ddc.zip
cpython-9e575ff7d8edc6ad0a12c38c242d4297eac12ddc.tar.gz
cpython-9e575ff7d8edc6ad0a12c38c242d4297eac12ddc.tar.bz2
remove bogus ## in front of gcc __VERSION__
Diffstat (limited to 'Modules/config.c.in')
-rw-r--r--Modules/config.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/config.c.in b/Modules/config.c.in
index 9e0f34a..0e4db0c 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -136,7 +136,7 @@ getargcargv(argc,argv)
#endif
#ifdef __GNUC__
-#define COMPILER " [GCC " ##__VERSION__ "]"
+#define COMPILER " [GCC " __VERSION__ "]"
#endif
#ifndef COMPILER