5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Amiga-specific things
12 #if defined(__SASC) || defined(__GNUC__)
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 */