aboutsummaryrefslogtreecommitdiff
path: root/pd/src/t_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/t_main.c')
-rw-r--r--pd/src/t_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pd/src/t_main.c b/pd/src/t_main.c
index 76bbb707..2ed68841 100644
--- a/pd/src/t_main.c
+++ b/pd/src/t_main.c
@@ -14,7 +14,7 @@
*/
-#ifndef MACOSX /* linux and IRIX only; in MACOSX we don't link this in */
+#ifndef __APPLE__ /* linux and IRIX only; in __APPLE__ we don't link this in */
#include "tk.h"
#include <stdlib.h>
@@ -112,4 +112,4 @@ Tcl_AppInit(interp)
return TCL_OK;
}
-#endif /* MACOSX */
+#endif /* __APPLE__ */