peter 26 years ago
parent
commit
77ab074f9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bugs/readme.txt

+ 1 - 1
bugs/readme.txt

@@ -323,6 +323,7 @@ Fixed bugs:
   bug0269.pp   wrong linenumber for repeat until when type mismatch OK 0.99.12b (PM)
   bug0270.pp   unexpected eof in tp mode with (* and directives     OK 0.99.13 (PFV)
   bug0273.pp   small array pushing to array of char procedure is wrong OK 0.99.13 (PFV)
+  bug0274.pp   @(proc) is not allowed                               OK 0.99.13 (PFV)
   bug0276.pp   Asm, intel reference parsing incompatibility         OK 0.99.13 (PFV)
   bug0278.pp   (* in conditional code is handled wrong for tp,delphi OK 0.99.13 (PFV)
   bug0280.pp   problem with object finalization.                    OK 0.99.13 (FK)
@@ -372,7 +373,6 @@ bug0263.pp   export directive is not necessary in delphi anymore
 bug0265.pp   nested proc with for-counter in other lex level
 bug0271.pp   abstract methods can't be assigned to methodpointers
 bug0272.pp   No error issued if wrong parameter in function inside a second function
-bug0274.pp   @(proc) is not allowed
 bug0275.pp   too many warnings
 bug0277.pp   typecasting with const not possible
 bug0279.pp   crash with ansistring and new(^ansistring)