+ Bug with self

This commit is contained in:
daniel 1998-09-10 14:10:05 +00:00
parent 69c897c34a
commit cdd8977a1c
2 changed files with 18 additions and 0 deletions

16
bugs/bug160.pp Normal file
View File

@ -0,0 +1,16 @@
program xxxx;
procedure yyyy;
var self:word;
begin
end;
procedure self;
begin
end;
begin
end.

View File

@ -182,6 +182,8 @@ Fixed bugs:
bug0157.pp Invalid compilation and also crashes OK 0.99.7 (PFV)
bug0158.pp Invalid boolean typecast OK 0.99.7 (PFV)
bug0159.pp Invalid virtual functions - should compile OK 0.99.7 (FK)
bug0160.pp Incompatibility with BP: Self shouldn't be a
reserved word.
Unproducable bugs:
------------------