mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:06:02 +02:00
+ use $GOTO ON
This commit is contained in:
parent
97417dcf26
commit
431941d1ec
@ -20,7 +20,12 @@
|
|||||||
|
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
}
|
}
|
||||||
|
{$ifdef FPC}
|
||||||
|
{$goto on}
|
||||||
|
{$endif FPC}
|
||||||
|
|
||||||
unit tccal;
|
unit tccal;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -1231,7 +1236,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.81 2000-02-24 18:41:39 peter
|
Revision 1.82 2000-02-29 22:13:41 pierre
|
||||||
|
+ use $GOTO ON
|
||||||
|
|
||||||
|
Revision 1.81 2000/02/24 18:41:39 peter
|
||||||
* removed warnings/notes
|
* removed warnings/notes
|
||||||
|
|
||||||
Revision 1.80 2000/02/17 14:53:43 florian
|
Revision 1.80 2000/02/17 14:53:43 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user