parent
b22c97eebb
commit
220a667fbe
|
|
@ -683,7 +683,7 @@ type TFormatParser = class
|
|||
ChangeLine();
|
||||
Formataline(bkindex,FTkIndex);
|
||||
ChangeLine();
|
||||
FHier.Push();
|
||||
// FHier.Push(); //20220606 unit È¥µôËõ½ø
|
||||
FStates.Push(BT_UNIT);
|
||||
state := BT_UNIT;
|
||||
//return "";
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ type TCustomThreadworker = class()
|
|||
if not ifarray(FThreaders) then FThreaders := array();
|
||||
FThreader := new tworkerHost();
|
||||
FThreaders[inttostr(FThreader.handle)] := FThreader;
|
||||
if not (checkok(s,libs,declaration)) then raise "¹¤×÷Ï̹߳¹Ôìʧ°Ü!";
|
||||
if not (checkok(s,lib,declaration)) then raise "¹¤×÷Ï̹߳¹Ôìʧ°Ü!";
|
||||
uibeginthreadworker(FScript);
|
||||
end
|
||||
function Operator [](idx);
|
||||
|
|
|
|||
Loading…
Reference in New Issue