make fat.handler build again with debug enabled
[tangerine.git] / compiler / arossupport / include / amiga.h
blob4e8bf0e78eb7a789eab639c356fc5a48310a4f52
1 #ifndef AROS_AMIGA_H
2 #define AROS_AMIGA_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Amiga-specific things
9 Lang: english
12 #if defined(__SASC) || defined(__GNUC__)
13 # define HAS_STRING_H
14 #endif
16 #define __AROS_STRUCTURE_ALIGNMENT 4
18 /* To handle the slightly different procedure naming */
19 #define __AROS_SLIB_ENTRY(n,s) s ## _ ## n
20 #define AROS_ASMSYMNAME(s) s
22 #endif /* AROS_AMIGA_H */