mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	* string:=pchar not allowed in tp mode
This commit is contained in:
		
							parent
							
								
									169474a65a
								
							
						
					
					
						commit
						a22d732459
					
				@ -223,7 +223,7 @@ implementation
 | 
			
		||||
                            end;
 | 
			
		||||
               pointerdef : begin
 | 
			
		||||
                            { pchar can be assigned to short/ansistrings }
 | 
			
		||||
                              if is_pchar(def_from) then
 | 
			
		||||
                              if is_pchar(def_from) and not(m_tp in aktmodeswitches) then
 | 
			
		||||
                               begin
 | 
			
		||||
                                 doconv:=tc_pchar_2_string;
 | 
			
		||||
                                 b:=true;
 | 
			
		||||
@ -713,7 +713,10 @@ implementation
 | 
			
		||||
end.
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.12  1998-12-11 00:03:18  peter
 | 
			
		||||
  Revision 1.13  1998-12-15 17:11:37  peter
 | 
			
		||||
    * string:=pchar not allowed in tp mode
 | 
			
		||||
 | 
			
		||||
  Revision 1.12  1998/12/11 00:03:18  peter
 | 
			
		||||
    + globtype,tokens,version unit splitted from globals
 | 
			
		||||
 | 
			
		||||
  Revision 1.11  1998/12/10 09:47:21  florian
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user