]> granicus.if.org Git - python/commitdiff
Make the version variable static (it has no business being exported).
authorGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 14:48:53 +0000 (14:48 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 14:48:53 +0000 (14:48 +0000)
Modules/_cursesmodule.c

index a176225cc4ca1e2a87fd05244166dacd01d3180e..b42a2bc1fbf45ddcc8c573216a0f19f68b5e76f6 100644 (file)
@@ -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