ngenutil.pas, tnodeutils.InsertInitFinalTable: * add_initfinal_import: disable the internal error until I've found out why the INIT$ function isn't there git-svn-id: trunk@33504 -
@@ -768,8 +768,8 @@ implementation
if foundinit and foundfini then
break;
end;
- if not foundinit or not foundfini then
- internalerror(20160414);
+ {if not foundinit or not foundfini then
+ internalerror(2016041401);}
begin