mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Enforcing Tk 8.3.1 requirement.
This commit is contained in:
parent
a66cf5bd04
commit
c5eba1e4f7
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue