|
@@ -1873,7 +1873,9 @@ begin
|
|
def_system_macro('PARAOUTFILE');
|
|
def_system_macro('PARAOUTFILE');
|
|
def_system_macro('RESSTRSECTIONS');
|
|
def_system_macro('RESSTRSECTIONS');
|
|
def_system_macro('FPC_HASFIXED64BITVARIANT');
|
|
def_system_macro('FPC_HASFIXED64BITVARIANT');
|
|
-{ def_system_macro('INTERNAL_BACKTRACE');}
|
|
|
|
|
|
+{$ifdef x86}
|
|
|
|
+ def_system_macro('INTERNAL_BACKTRACE');
|
|
|
|
+{$endif}
|
|
|
|
|
|
if pocall_default = pocall_register then
|
|
if pocall_default = pocall_register then
|
|
def_system_macro('REGCALL');
|
|
def_system_macro('REGCALL');
|