mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 15:39:24 +01:00 
			
		
		
		
	* fixed gfloat type
git-svn-id: trunk@412 -
This commit is contained in:
		
							parent
							
								
									1fa6d8c993
								
							
						
					
					
						commit
						089fd11e6b
					
				@ -49,15 +49,10 @@
 | 
			
		||||
   guint = dword;
 | 
			
		||||
 | 
			
		||||
   Pgfloat = ^gfloat;
 | 
			
		||||
   {$IFDEF KYLIX}
 | 
			
		||||
     gfloat = single;   //  Don't know why, but some routines requires this
 | 
			
		||||
   {$ELSE}
 | 
			
		||||
   gfloat = double;
 | 
			
		||||
   {$ENDIF}
 | 
			
		||||
 | 
			
		||||
   Pgdouble = ^gdouble;
 | 
			
		||||
   gdouble = double;
 | 
			
		||||
//       gdouble = extended;    // Or perhaps this one???
 | 
			
		||||
 | 
			
		||||
   pgpointer     = ^gpointer;
 | 
			
		||||
   gpointer      = pointer;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user