Browse Source

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 9 years ago
parent
commit
bd82059f0e
1 changed files with 2 additions and 2 deletions
  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