Explorar el Código

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

git-svn-id: branches/svenbarth/generics@19722 -
svenbarth hace 14 años
padre
commit
35377bae67
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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);