Make the version variable static (it has no business being exported).

This commit is contained in:
Guido van Rossum 1998-10-07 14:48:53 +00:00
parent 2e782e86b1
commit d5f6c223a9

View 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