mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 11:34:49 +01:00
- removed COMPPROCINLINEFIXED define and ifdefs (fixed in 2.2.0)
git-svn-id: trunk@8789 -
This commit is contained in:
parent
bb314e5456
commit
8ed15c96bb
@ -2117,7 +2117,6 @@ begin
|
||||
{ "main" symbol is generated in the main program, and left out of the system unit }
|
||||
def_system_macro('FPC_DARWIN_PASCALMAIN');
|
||||
def_system_macro('FPC_DARWIN_JMP_MAIN');
|
||||
def_system_macro('COMPPROCINLINEFIXED');
|
||||
def_system_macro('PARAOUTFILE');
|
||||
def_system_macro('RESSTRSECTIONS');
|
||||
def_system_macro('FPC_HASFIXED64BITVARIANT');
|
||||
|
||||
@ -28,9 +28,7 @@
|
||||
|
||||
{ Using inlining for small system functions/wrappers }
|
||||
{$inline on}
|
||||
{$ifdef COMPPROCINLINEFIXED}
|
||||
{$define SYSTEMINLINE}
|
||||
{$endif COMPPROCINLINEFIXED}
|
||||
|
||||
{ don't use FPU registervariables on the i386 }
|
||||
{$ifdef CPUI386}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user