fix machine-dependant #if's
This commit is contained in:
		
							parent
							
								
									a2fd894103
								
							
						
					
					
						commit
						620f7e3d49
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -56,7 +56,7 @@ _penvp
 | 
			
		|||
 lae environ
 | 
			
		||||
 sti _EM_PSIZE
 | 
			
		||||
1
 | 
			
		||||
#if unix && ! (em22 || em24 || em44)
 | 
			
		||||
#if __unix && ! (__em22 || __em24 || __em44)
 | 
			
		||||
 lpi $_ctch_
 | 
			
		||||
 sig
 | 
			
		||||
 asp _EM_PSIZE
 | 
			
		||||
| 
						 | 
				
			
			@ -73,7 +73,7 @@ _penvp
 | 
			
		|||
 cal $exit
 | 
			
		||||
 end
 | 
			
		||||
 | 
			
		||||
#if unix && ! (em22 || em24 || em44)
 | 
			
		||||
#if __unix && ! (__em22 || __em24 || __em44)
 | 
			
		||||
 exp $_ctch_
 | 
			
		||||
 pro $_ctch_,0
 | 
			
		||||
 lol 0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
#if	!defined(_FLOAT_H)
 | 
			
		||||
#define	_FLOAT_H
 | 
			
		||||
 | 
			
		||||
#if	defined(vax) || defined(pdp)
 | 
			
		||||
#if	defined(__vax) || defined(__pdp)
 | 
			
		||||
#define	FLT_DIG			6
 | 
			
		||||
#define	FLT_EPSILON		5.96046448e-08F
 | 
			
		||||
#define	FLT_MANT_DIG		8
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ struct sigaction {
 | 
			
		|||
#endif
 | 
			
		||||
 | 
			
		||||
#define	SIG_ERR		((void (*)(int))-1)
 | 
			
		||||
#if	defined(em22) || defined(em24) || defined(em44)
 | 
			
		||||
#if	defined(__em22) || defined(__em24) || defined(__em44)
 | 
			
		||||
#define	SIG_DFL		((void (*)(int))-2)
 | 
			
		||||
#define	SIG_IGN		((void (*)(int))-3)
 | 
			
		||||
#else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue