|
Defines |
#define | PACKAGE "zygoma" |
#define | PACKAGE_BUGREPORT "zygoma@bregmasoft.com" |
#define | PACKAGE_NAME "zygoma" |
#define | PACKAGE_STRING "zygoma 20040302" |
#define | PACKAGE_TARNAME "zygoma" |
#define | PACKAGE_VERSION "20040302" |
#define | VERSION "20040302" |
#define | ZYGOMATIC_ARCH ia32 |
#define | ZYGOMA_ALIGN(ALIGNMENT) __attribute__((aligned(ALIGNMENT))) |
| Forces the compiler to align an object on an ALIGNMENT-byte boundary.
|
#define | ZYGOMA_ALWAYS_INLINE inline __attribute__((__unused__, __always_inline__)) |
| Forces the compiler to always inline a function.
|
#define | ZYGOMA_ASM __asm__ __volatile__ |
| Inline assembler.
|
#define | ZYGOMA_PACKED __attribute__((__packed__)) |
| Forces packed (single-byte-aligned) structures.
|
#define | ZYGOMA_SECTION(SECTION_NAME) __attribute__((section(SECTION_NAME))) |
| Forces code to be emitted toa specific link section.
|
#define | ZYGOMA_VERSION PACKAGE_STRING |