mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 10:39:40 +01:00 
			
		
		
		
	* correct last commit error
This commit is contained in:
		
							parent
							
								
									852bc354a0
								
							
						
					
					
						commit
						1d1b4bcb53
					
				@ -165,7 +165,7 @@ var
 | 
			
		||||
                        Processor specific routines
 | 
			
		||||
****************************************************************************}
 | 
			
		||||
 | 
			
		||||
Procedure Move(const source,dest;count:Longint);
 | 
			
		||||
Procedure Move(const source;var dest;count:Longint);
 | 
			
		||||
Procedure FillChar(Var x;count:Longint;Value:Boolean);
 | 
			
		||||
Procedure FillChar(Var x;count:Longint;Value:Char);
 | 
			
		||||
Procedure FillChar(Var x;count:Longint;Value:Byte);
 | 
			
		||||
@ -445,7 +445,10 @@ const
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.86  2000-07-07 18:23:41  marco
 | 
			
		||||
  Revision 1.87  2000-07-07 19:22:27  pierre
 | 
			
		||||
   * correct last commit error
 | 
			
		||||
 | 
			
		||||
  Revision 1.86  2000/07/07 18:23:41  marco
 | 
			
		||||
   * Changed move (var source;var dest) to move (const source;var dest)
 | 
			
		||||
 | 
			
		||||
  Revision 1.85  2000/06/22 18:41:25  peter
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user