소스 검색

+ $goto on added for makefiles

carl 23 년 전
부모
커밋
e7b75b8b31
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      demo/graph/mandel.pp

+ 5 - 2
demo/graph/mandel.pp

@@ -14,7 +14,7 @@
 
  **********************************************************************}
 program mandel;
-
+{$goto on}
 {
   Mandelbrot example using the graph unit.
 
@@ -348,7 +348,10 @@ begin
 end.
 {
   $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
 
   Revision 1.2  2001/11/11 21:09:49  marco