Browse Source

* unified ie

git-svn-id: trunk@13509 -
florian 16 years ago
parent
commit
49cff00793
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/nld.pas

+ 1 - 1
compiler/nld.pas

@@ -175,7 +175,7 @@ implementation
       begin
       begin
          inherited create(loadn,nil);
          inherited create(loadn,nil);
          if not assigned(v) then
          if not assigned(v) then
-          internalerror(200108121);
+          internalerror(200108122);
          symtableentry:=v;
          symtableentry:=v;
          symtable:=st;
          symtable:=st;
          procdef:=d;
          procdef:=d;