mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 05:31:29 +01:00 
			
		
		
		
	+ Added types UnsignedByte,UnsignedWord,UnsignedLong, suggestion by
Adriaan van Os, (Mantis #9030) git-svn-id: trunk@7601 -
This commit is contained in:
		
							parent
							
								
									5a8679131f
								
							
						
					
					
						commit
						bce3ea4373
					
				| @ -28,6 +28,10 @@ type | |||||||
|   LongDouble = ValReal; |   LongDouble = ValReal; | ||||||
|   FourCharArray = packed array[1..4] of char; |   FourCharArray = packed array[1..4] of char; | ||||||
| 
 | 
 | ||||||
|  |   UnsignedByte = Byte; | ||||||
|  |   UnsignedWord = Word; | ||||||
|  |   UnsignedLong = Longword; | ||||||
|  | 
 | ||||||
| {FourCharCode coercion | {FourCharCode coercion | ||||||
| This routine coreces string literals to a FourCharCode.} | This routine coreces string literals to a FourCharCode.} | ||||||
| function FCC(const literal: string): LongWord; {$ifdef systeminline}inline;{$endif} | function FCC(const literal: string): LongWord; {$ifdef systeminline}inline;{$endif} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 daniel
						daniel