* pprocsym defined earlier for use in tprocdef

This commit is contained in:
pierre 1999-08-10 12:33:36 +00:00
parent 4565d76c4e
commit a435c90fc8
2 changed files with 9 additions and 3 deletions

View File

@ -101,7 +101,6 @@
constructor init;
end;
pprocsym = ^tprocsym;
tprocsym = object(tsym)
definition : pprocdef;
{$ifdef CHAINPROCSYMS}
@ -331,7 +330,10 @@
{
$Log$
Revision 1.30 1999-08-03 22:03:21 peter
Revision 1.31 1999-08-10 12:33:38 pierre
* pprocsym defined earlier for use in tprocdef
Revision 1.30 1999/08/03 22:03:21 peter
* moved bitmask constants to sets
* some other type/const renamings

View File

@ -68,6 +68,7 @@ unit symtable;
{ needed for names by the definitions }
ptypesym = ^ttypesym;
penumsym = ^tenumsym;
pprocsym = ^tprocsym;
pref = ^tref;
tref = object
@ -2344,7 +2345,10 @@ implementation
end.
{
$Log$
Revision 1.38 1999-08-05 16:53:18 peter
Revision 1.39 1999-08-10 12:33:36 pierre
* pprocsym defined earlier for use in tprocdef
Revision 1.38 1999/08/05 16:53:18 peter
* V_Fatal=1, all other V_ are also increased
* Check for local procedure when assigning procvar
* fixed comment parsing because directives