소스 검색

* ExtDebug conditionnal infinite loop on temp problem removed

pierre 27 년 전
부모
커밋
88605549b8
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      compiler/temp_gen.pas

+ 5 - 1
compiler/temp_gen.pas

@@ -491,6 +491,7 @@ unit temp_gen;
                           );
                         Exit;
                      end;
+                   tl:=tl^.next;
                 end;
 
 {$endIf}
@@ -503,7 +504,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.7  1999-02-02 23:52:33  florian
+  Revision 1.8  1999-02-11 09:35:19  pierre
+   * ExtDebug conditionnal infinite loop on temp problem removed
+
+  Revision 1.7  1999/02/02 23:52:33  florian
     * problem with calls to method pointers in methods fixed
     - double ansistrings temp management removed