From 88605549b8c12e698b15ce6514bfdc974218f206 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 11 Feb 1999 09:35:19 +0000 Subject: [PATCH] * ExtDebug conditionnal infinite loop on temp problem removed --- compiler/temp_gen.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/temp_gen.pas b/compiler/temp_gen.pas index fc8f404330..56ab76c9a2 100644 --- a/compiler/temp_gen.pas +++ b/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