mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-03 23:29:28 +01:00 
			
		
		
		
	* pprocsym defined earlier for use in tprocdef
This commit is contained in:
		
							parent
							
								
									4565d76c4e
								
							
						
					
					
						commit
						a435c90fc8
					
				@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user