mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 07:19:14 +02:00
+ $goto on added for makefiles
This commit is contained in:
parent
2a2865fd19
commit
e7b75b8b31
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
program mandel;
|
program mandel;
|
||||||
|
{$goto on}
|
||||||
{
|
{
|
||||||
Mandelbrot example using the graph unit.
|
Mandelbrot example using the graph unit.
|
||||||
|
|
||||||
@ -348,7 +348,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2002-02-22 21:40:45 carl
|
Revision 1.4 2002-02-25 21:32:13 carl
|
||||||
|
+ $goto on added for makefiles
|
||||||
|
|
||||||
|
Revision 1.3 2002/02/22 21:40:45 carl
|
||||||
* range check error fix
|
* range check error fix
|
||||||
|
|
||||||
Revision 1.2 2001/11/11 21:09:49 marco
|
Revision 1.2 2001/11/11 21:09:49 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user