0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00

Add #define MAC_TCL for Mac.

This commit is contained in:
Guido van Rossum 1996-08-20 20:49:56 +00:00
parent d7abed3b14
commit bf0dc9fb14

View File

@ -40,6 +40,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
#include <ctype.h>
#ifdef macintosh
#define MAC_TCL
#endif
#include <tcl.h>
#include <tk.h>