mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
Make the version variable static (it has no business being exported).
This commit is contained in:
parent
2e782e86b1
commit
d5f6c223a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue