mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 13:29:38 +02:00
amunits: removed the old useamigasmartlink includes from syscallified units, it's no longer necessary
git-svn-id: trunk@28606 -
This commit is contained in:
parent
e178ece821
commit
6c4833ab6b
@ -57,11 +57,6 @@
|
|||||||
}
|
}
|
||||||
{$PACKRECORDS 2}
|
{$PACKRECORDS 2}
|
||||||
|
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
unit agraphics;
|
unit agraphics;
|
||||||
|
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
@ -45,11 +45,6 @@
|
|||||||
}
|
}
|
||||||
{$PACKRECORDS 2}
|
{$PACKRECORDS 2}
|
||||||
|
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
unit amigados;
|
unit amigados;
|
||||||
|
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
@ -48,11 +48,7 @@
|
|||||||
|
|
||||||
nils.sjoholm@mailbox.swipnet.se
|
nils.sjoholm@mailbox.swipnet.se
|
||||||
}
|
}
|
||||||
|
{$PACKRECORDS 2}
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
UNIT asl;
|
UNIT asl;
|
||||||
|
|
||||||
|
@ -34,11 +34,7 @@
|
|||||||
|
|
||||||
nils.sjoholm@mailbox.swipnet.se Nils Sjoholm
|
nils.sjoholm@mailbox.swipnet.se Nils Sjoholm
|
||||||
}
|
}
|
||||||
|
{$PACKRECORDS 2}
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
unit diskfont;
|
unit diskfont;
|
||||||
|
|
||||||
|
@ -73,11 +73,6 @@
|
|||||||
}
|
}
|
||||||
{$PACKRECORDS 2}
|
{$PACKRECORDS 2}
|
||||||
|
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
UNIT EXEC;
|
UNIT EXEC;
|
||||||
|
|
||||||
|
|
||||||
|
@ -47,11 +47,6 @@
|
|||||||
}
|
}
|
||||||
{$PACKRECORDS 2}
|
{$PACKRECORDS 2}
|
||||||
|
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
unit intuition;
|
unit intuition;
|
||||||
|
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
@ -33,10 +33,6 @@
|
|||||||
nils.sjoholm@mailbox.swipnet.se Nils Sjoholm
|
nils.sjoholm@mailbox.swipnet.se Nils Sjoholm
|
||||||
}
|
}
|
||||||
{$PACKRECORDS 2}
|
{$PACKRECORDS 2}
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
unit keymap;
|
unit keymap;
|
||||||
|
|
||||||
|
@ -25,11 +25,7 @@
|
|||||||
nils.sjoholm@mailbox.swipnet.se
|
nils.sjoholm@mailbox.swipnet.se
|
||||||
|
|
||||||
}
|
}
|
||||||
|
{$PACKRECORDS 2}
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
unit timer;
|
unit timer;
|
||||||
|
|
||||||
|
@ -31,11 +31,7 @@
|
|||||||
|
|
||||||
nils.sjoholm@mailbox.swipnet.se
|
nils.sjoholm@mailbox.swipnet.se
|
||||||
}
|
}
|
||||||
|
{$PACKRECORDS 2}
|
||||||
{$I useamigasmartlink.inc}
|
|
||||||
{$ifdef use_amiga_smartlink}
|
|
||||||
{$smartlink on}
|
|
||||||
{$endif use_amiga_smartlink}
|
|
||||||
|
|
||||||
unit utility;
|
unit utility;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user