summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-07 14:48:53 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-07 14:48:53 (GMT)
commitd5f6c223a9ff081bc057fbf3d2e62b9b8a538e48 (patch)
treee363c2caa759542c414a7c0103bd2eb348475918 /Modules
parent2e782e86b145e52125d70b042223d5d1cbc022ea (diff)
downloadcpython-d5f6c223a9ff081bc057fbf3d2e62b9b8a538e48.zip
cpython-d5f6c223a9ff081bc057fbf3d2e62b9b8a538e48.tar.gz
cpython-d5f6c223a9ff081bc057fbf3d2e62b9b8a538e48.tar.bz2
Make the version variable static (it has no business being exported).
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_cursesmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c
index a176225..b42a2bc 100644
--- a/Modules/_cursesmodule.c
+++ b/Modules/_cursesmodule.c
@@ -219,7 +219,7 @@ Version 1.0: 94/08/30:
******************************************************************/
-char *PyCursesVersion = "1.2";
+static char *PyCursesVersion = "1.2";
/*
* Check the return code from a curses function and return None