commit | c743c8d1663c57bf0b16d88c886f2e64ae64a8e5 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed Feb 14 16:02:30 1996 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed Feb 14 16:02:30 1996 +0000 |
tree | 6063e002e426cad44d6ef383ac9e7ab01ba716b0 | |
parent | b852b74c71fd029c4e78bf16c7b910e576027249 [diff] [blame] |
Modified for GUSI
diff --git a/Mac/Python/macapplication.c b/Mac/Python/macapplication.c index d7b1e2e..5d7bc83 100644 --- a/Mac/Python/macapplication.c +++ b/Mac/Python/macapplication.c
@@ -31,8 +31,8 @@ extern void PyMac_InitApplication(); main() { -#if defined(__MWERKS__) && defined(USE_TK) - PyTk_InitGUSI(); +#if defined(USE_GUSI) + GUSIDefaultSetup(); #endif #if defined(__MWERKS__) && defined(__CFM68K__) printf("Hello, world!\n");