tp_unsigned is now a true boolean
This commit is contained in:
		
							parent
							
								
									f218a430f6
								
							
						
					
					
						commit
						0105d98302
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -280,7 +280,7 @@ standard_type(fund, sgn, algn, sz) | |||
| { | ||||
| 	register struct type *tp = create_type(fund); | ||||
| 
 | ||||
| 	tp->tp_unsigned = sgn; | ||||
| 	tp->tp_unsigned = sgn != 0; | ||||
| 	tp->tp_align = algn; | ||||
| 	tp->tp_size = sz; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue