Selaa lähdekoodia

Fix a remaining artefact from the overloaded symbols approach (just a comment, but nevertheless a change...)

git-svn-id: branches/svenbarth/generics@19722 -
svenbarth 14 vuotta sitten
vanhempi
commit
35377bae67
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      compiler/ptype.pas

+ 1 - 2
compiler/ptype.pas

@@ -289,8 +289,7 @@ implementation
             def:=generrordef;
             exit;
           end;
-         { Give an error when referring to an errordef that does not have
-           generic overloads }
+         { Give an error when referring to an errordef }
          if (ttypesym(srsym).typedef.typ=errordef) then
           begin
             Message(sym_e_error_in_type_def);