mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 08:19:36 +01:00 
			
		
		
		
	* changed default packenum for MacPas from 1 to 2 (compatible with Metrowerks)
git-svn-id: trunk@1971 -
This commit is contained in:
		
							parent
							
								
									398cafb1a0
								
							
						
					
					
						commit
						ef2a0c7ddf
					
				@ -309,9 +309,11 @@ implementation
 | 
			
		||||
            end;
 | 
			
		||||
           { Default enum packing for delphi/tp7 }
 | 
			
		||||
           if (m_tp7 in aktmodeswitches) or
 | 
			
		||||
              (m_delphi in aktmodeswitches) or
 | 
			
		||||
              (m_mac in aktmodeswitches) then
 | 
			
		||||
              (m_delphi in aktmodeswitches) then
 | 
			
		||||
             aktpackenum:=1
 | 
			
		||||
           else if (m_mac in aktmodeswitches) then
 | 
			
		||||
             { compatible with Metrowerks Pascal }
 | 
			
		||||
             aktpackenum:=2
 | 
			
		||||
           else
 | 
			
		||||
             aktpackenum:=4;
 | 
			
		||||
           if changeinit then
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user