* replace tcaldefs.inc by cpudefs.inc

git-svn-id: trunk@46765 -
This commit is contained in:
florian 2020-09-04 15:37:01 +00:00
parent 28e2fae09d
commit 9a7e977167
3 changed files with 15 additions and 17 deletions

1
.gitattributes vendored
View File

@ -13782,7 +13782,6 @@ tests/test/cg/tcalcst5.pp svneol=native#text/plain
tests/test/cg/tcalcst6.pp svneol=native#text/plain
tests/test/cg/tcalcst7.pp svneol=native#text/plain
tests/test/cg/tcalcst8.pp svneol=native#text/plain
tests/test/cg/tcaldefs.inc svneol=native#text/plain
tests/test/cg/tcalext.pp svneol=native#text/plain
tests/test/cg/tcalext3.pp svneol=native#text/plain
tests/test/cg/tcalext4.pp svneol=native#text/plain

View File

@ -1 +1,15 @@
{$i tcaldefs.inc}
{$ifdef freertos}
{$define cpusmall}
{$endif freertos}
{$ifdef embedded}
{$define cpusmall}
{$endif embedded}
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
{$ifdef cpui8086}
{$define cpusmall}
{$if defined(FPC_MM_LARGE) or defined(FPC_MM_HUGE)}
{$hugecode on}
{$endif}
{$endif}

View File

@ -1,15 +0,0 @@
{$ifdef freertos}
{$define cpusmall}
{$endif freertos}
{$ifdef embedded}
{$define cpusmall}
{$endif embedded}
{$ifdef cpu68k}
{$define cpusmall}
{$endif}
{$ifdef cpui8086}
{$define cpusmall}
{$if defined(FPC_MM_LARGE) or defined(FPC_MM_HUGE)}
{$hugecode on}
{$endif}
{$endif}