plan 9 kernel history: overview | file list | diff list

2000/0902/bitsy/dat.h (diff list | history)

2000/0831/sys/src/9/bitsy/dat.h:34,392000/0902/sys/src/9/bitsy/dat.h:34,48 (short | long | prev | next)
2000/0831    
/* 
 *  no floating point, hence nothing to save 
 */ 
2000/0902    
 
/* 
 * FPsave.status 
 */ 
enum 
{ 
	FPinit, 
	FPinactive, 
}; 
2000/0831    
struct	FPsave 
{ 
	int	dummy; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)