mirror of https://github.com/python/cpython
Merged revisions 69474 via svnmerge from
svn+ssh://pythondev/python/trunk ........ r69474 | guilherme.polo | 2009-02-09 18:57:45 -0200 (Mon, 09 Feb 2009) | 1 line Enforcing Tk 8.3.1 requirement. ........
This commit is contained in:
parent
b681df490b
commit
6691772ff6
|
@ -76,8 +76,8 @@ Copyright (C) 1994 Steen Lumholt.
|
|||
#define CONST
|
||||
#endif
|
||||
|
||||
#if TK_VERSION_HEX < 0x08020002
|
||||
#error "Tk older than 8.2 not supported"
|
||||
#if TK_VERSION_HEX < 0x08030102
|
||||
#error "Tk older than 8.3.1 not supported"
|
||||
#endif
|
||||
|
||||
/* Unicode conversion assumes that Tcl_UniChar is two bytes.
|
||||
|
|
Loading…
Reference in New Issue