6 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 Desc: Amiga-specific things
13 #if defined(__SASC) || defined(__GNUC__)
17 #define __AROS_STRUCTURE_ALIGNMENT 4
19 /* To handle the slightly different procedure naming */
20 #define __AROS_SLIB_ENTRY(n,s) s ## _ ## n
21 #define AROS_ASMSYMNAME(s) (&s##_Gate)
23 #endif /* AROS_AMIGA_H */