unix.c
changeset 770 c2eacca29601
parent 704 e843dd369938
child 826 fff56bbc3606
equal deleted inserted replaced
769:165e9f25a088 770:c2eacca29601
    20 
    20 
    21 #ifdef __MORPHOS__
    21 #ifdef __MORPHOS__
    22 #include <exec/types.h>
    22 #include <exec/types.h>
    23 ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
    23 ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
    24 #endif /* __MORPHOS__ */
    24 #endif /* __MORPHOS__ */
       
    25 
       
    26 #ifdef __AMIGA__
       
    27 #warning add stack symbol to avoid that user needs to set stack manually (tokai)
       
    28 // ULONG __stack = 
       
    29 #endif
    25 
    30 
    26 static char *_fios_path;
    31 static char *_fios_path;
    27 static char *_fios_save_path;
    32 static char *_fios_save_path;
    28 static char *_fios_scn_path;
    33 static char *_fios_scn_path;
    29 static FiosItem *_fios_items;
    34 static FiosItem *_fios_items;