From: Guido van Rossum Date: Wed, 7 Oct 1998 14:48:53 +0000 (+0000) Subject: Make the version variable static (it has no business being exported). X-Git-Tag: v1.5.2a2~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5f6c223a9ff081bc057fbf3d2e62b9b8a538e48;p=thirdparty%2FPython%2Fcpython.git Make the version variable static (it has no business being exported). --- diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index a176225cc4ca..b42a2bc1fbf4 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