+ defined FPC_SUPPORTS_UNALIGNED if the compiler supports the

unaligned() expression

git-svn-id: trunk@7469 -
This commit is contained in:
Jonas Maebe 2007-05-25 12:00:55 +00:00
parent 4a1f828c98
commit 4919cecb3b

View File

@ -2001,6 +2001,9 @@ begin
def_system_macro('FPC_REAL2REAL_FIXED');
def_system_macro('FPC_STRTOCHARARRAYPROC');
def_system_macro('FPC_NEW_BIGENDIAN_SETS');
{$ifdef SUPPORT_UNALIGNED}
def_system_macro('FPC_SUPPORTS_UNALIGNED');
{$endif SUPPORT_UNALIGNED}
{$if defined(x86) or defined(arm)}
def_system_macro('INTERNAL_BACKTRACE');