diff options
-rw-r--r-- | Mac/Python/macapplication.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mac/Python/macapplication.c b/Mac/Python/macapplication.c index 0028741..5532345 100644 --- a/Mac/Python/macapplication.c +++ b/Mac/Python/macapplication.c @@ -30,9 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. extern void PyMac_InitApplication(); +void main() { -#if defined(__MWERKS__) && defined(__CFM68K__) - printf("Hello, world!\n"); -#endif PyMac_InitApplication(); } |