Browse Source

- 151, 149

peter 27 years ago
parent
commit
20bcbe3a24
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bugs/readme.txt

+ 2 - 2
bugs/readme.txt

@@ -160,6 +160,8 @@ Fixed bugs:
   bug0141.pp   Wrong Class sizes when using forwardly defined classes. OK 0.99.6
   bug0146.pp   no sizeof() for var arrays and the size is pushed incorrect OK 0.99.7 (PFV)
   bug0147.pp   function b; is not allowed in implementation          OK 0.99.7 (PFV)
+  bug0149.pp   (a, b) compile bug0149b twice and you'll get a crash  OK 0.99.7 (PFV)
+  bug0151.pp   crash when using undeclared variable in withstatement OK 0.99.7 (PFV)
 
 Unproducable bugs:
 ------------------
@@ -198,8 +200,6 @@ bug0144.pp   problem with 'with object do'
 bug0145.pp   typed files with huges records (needs filerec.size:longint)
 bug0148.pp   crash when setting function result of a declared but not yet
              implemented function in another function
-bug0149.pp   (a, b) compile bug0149b twice and you'll get a crash
 bug0150.pp   Shows that the assert() macro is missing under Delphi.
-bug0151.pp   crash when using undeclared variable in with-statement
 bug0152.pp   End value of loop variable must be calculated before loop
              variable is initialized.