Next: Solaris Pragmas, Previous: RS/6000 and PowerPC Pragmas, Up: 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...
options align=
alignmentmac68k
, to emulate m68k alignment, or
power
, to emulate PowerPC alignment. Uses of this pragma nest
properly; to restore the previous setting, use reset
for the
alignment.
segment
tokens...
unused (
var [,
var]...)
unused
attribute, except that this pragma may appear
anywhere within the variables' scopes.