You've already forked lazarus-ccr
Object Pascal "record" serialization ( first commit! )
TTest_TIntfPoolItem TTest_TSimpleItemFactory TTest_XmlRpcFormatterExceptionBlock TTest_SoapFormatterExceptionBlock Record serialization test git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@243 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -451,7 +451,7 @@ begin
|
||||
Result.SourceLinenumber := ASourceLinenumber;
|
||||
if Result.InheritsFrom(TPasModule) then begin
|
||||
FCurrentModule := Result as TPasModule;
|
||||
Package.Modules.Add(Result);
|
||||
//Package.Modules.Add(Result);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user