fpc patch: removed r7756 #3a66e78c03, it has been merged to the fixes branch

git-svn-id: trunk@11366 -
This commit is contained in:
vincents 2007-06-24 13:12:48 +00:00
parent 6860a97e2b
commit a30cb0f175

View File

@ -1,21 +1,3 @@
Index: rtl/objpas/classes/classes.inc
===================================================================
--- rtl/objpas/classes/classes.inc (revision 7769)
+++ rtl/objpas/classes/classes.inc (working copy)
@@ -177,12 +177,12 @@
if DoSynchronizeMethod then
begin
+ DoSynchronizeMethod:=false;
try
SynchronizeMethod;
except
SynchronizeException:=Exception(AcquireExceptionObject);
end;
- DoSynchronizeMethod:=false;
RtlEventSetEvent(ExecuteEvent);
end;
end;
Index: compiler/fppu.pas
===================================================================
--- compiler/fppu.pas (revision 7769)