mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 19:59:16 +02:00
Add {$goto on} if FPC macro is defined
git-svn-id: trunk@42186 -
This commit is contained in:
parent
fb0f2fbd35
commit
471cb73c5f
@ -12,6 +12,11 @@
|
||||
|
||||
program tfarcal2;
|
||||
|
||||
{$ifdef FPC}
|
||||
{ FPC needs $goto on to accept labels and gotos }
|
||||
{$goto on}
|
||||
{$endif}
|
||||
|
||||
uses
|
||||
dos;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user