Add {$goto on} if FPC macro is defined

git-svn-id: trunk@42186 -
This commit is contained in:
pierre 2019-06-07 07:55:40 +00:00
parent fb0f2fbd35
commit 471cb73c5f

View File

@ -12,6 +12,11 @@
program tfarcal2;
{$ifdef FPC}
{ FPC needs $goto on to accept labels and gotos }
{$goto on}
{$endif}
uses
dos;