summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-12-22 21:12:36 +0000
committerbjarni <bjarni@openttd.org>2004-12-22 21:12:36 +0000
commita92dc63ec90343fbe1b403719882a7f8876f67ba (patch)
tree152ac6fd50333783aaad3a27f3e03b5dda93fd45 /unix.c
parente04e8f53c36fc089b233ebe58252b8e675d58f2f (diff)
downloadopenttd-a92dc63ec90343fbe1b403719882a7f8876f67ba.tar.xz
(svn r1236) MorphOS: added make release like in OSX (tokai)
MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai)
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix.c b/unix.c
index 6e43d2878..ca4d19c8b 100644
--- a/unix.c
+++ b/unix.c
@@ -23,6 +23,11 @@
ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
#endif /* __MORPHOS__ */
+#ifdef __AMIGA__
+#warning add stack symbol to avoid that user needs to set stack manually (tokai)
+// ULONG __stack =
+#endif
+
static char *_fios_path;
static char *_fios_save_path;
static char *_fios_scn_path;