fix: #if instead of #ifdef
This commit is contained in:
		
							parent
							
								
									a8d2505ba5
								
							
						
					
					
						commit
						3bcec93972
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -8,7 +8,7 @@ | ||||||
| #define	ASSERT(b)	/* empty */ | #define	ASSERT(b)	/* empty */ | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #ifdef EM_WSIZE == EM_PSIZE | #if EM_WSIZE == EM_PSIZE | ||||||
| #define	ptrint		int | #define	ptrint		int | ||||||
| #else | #else | ||||||
| #define	ptrint		long | #define	ptrint		long | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue