Browse Source

* ExtDebug conditionnal infinite loop on temp problem removed

pierre 26 years ago
parent
commit
88605549b8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/temp_gen.pas

+ 5 - 1
compiler/temp_gen.pas

@@ -491,6 +491,7 @@ unit temp_gen;
                           );
                           );
                         Exit;
                         Exit;
                      end;
                      end;
+                   tl:=tl^.next;
                 end;
                 end;
 
 
 {$endIf}
 {$endIf}
@@ -503,7 +504,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $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
     * problem with calls to method pointers in methods fixed
     - double ansistrings temp management removed
     - double ansistrings temp management removed