Ver Fonte

Fix cycling.

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 -
svenbarth há 9 anos atrás
pai
commit
bd82059f0e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      compiler/ngenutil.pas

+ 2 - 2
compiler/ngenutil.pas

@@ -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);}
         end;
 
     begin