Browse Source

* pprocsym defined earlier for use in tprocdef

pierre 26 years ago
parent
commit
a435c90fc8
2 changed files with 9 additions and 3 deletions
  1. 4 2
      compiler/symsymh.inc
  2. 5 1
      compiler/symtable.pas

+ 4 - 2
compiler/symsymh.inc

@@ -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
 

+ 5 - 1
compiler/symtable.pas

@@ -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