mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 18:51:53 +01:00 
			
		
		
		
	* fixed cardinal-longint error
This commit is contained in:
		
							parent
							
								
									d338eb525d
								
							
						
					
					
						commit
						6c0f8c98f4
					
				| @ -13,7 +13,7 @@ type | ||||
| 
 | ||||
| procedure tbla.doset; | ||||
|   begin | ||||
|      l:=$deadbeaf; | ||||
|      l:=$12345678; | ||||
|   end; | ||||
| 
 | ||||
| function tbla.get : longint; | ||||
| @ -33,7 +33,7 @@ var | ||||
| begin | ||||
|   bla:=tbla.bla; | ||||
|   bla.doset; | ||||
|   if bla.get<>$deadbeaf then | ||||
|   if bla.get<>$12345678 then | ||||
|     begin | ||||
|       writeln('Problem'); | ||||
|       halt(1); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 peter
						peter