Bläddra i källkod

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 år sedan
förälder
incheckning
bd82059f0e
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      compiler/ngenutil.pas

+ 2 - 2
compiler/ngenutil.pas

@@ -768,8 +768,8 @@ implementation
               if foundinit and foundfini then
               if foundinit and foundfini then
                 break;
                 break;
             end;
             end;
-          if not foundinit or not foundfini then
-            internalerror(20160414);
+          {if not foundinit or not foundfini then
+            internalerror(2016041401);}
         end;
         end;
 
 
     begin
     begin