From a92dc63ec90343fbe1b403719882a7f8876f67ba Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 22 Dec 2004 21:12:36 +0000 Subject: (svn r1236) MorphOS: added make release like in OSX (tokai) MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai) --- unix.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'unix.c') 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; -- cgit v1.2.3-54-g00ecf