6.60.5. Darwin Pragmas
6.60.5 Darwin Pragmas
The following pragmas are available for all architectures running the Darwin operating system. These are useful for compatibility with other Mac OS compilers.
-
mark
tokens...
- This pragma is accepted, but has no effect.
-
options align=
alignment -
This pragma sets the alignment of fields in structures. The values of alignment may be
mac68k
, to emulate m68k alignment, orpower
, to emulate PowerPC alignment. Uses of this pragma nest properly; to restore the previous setting, usereset
for the alignment. -
segment
tokens...
- This pragma is accepted, but has no effect.
-
unused (
var[,
var]...)
- This pragma declares variabl