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

1991/1115/port/print.c (diff list | history)

1990/06111/sys/src/9/port/print.c:240,2451991/1115/sys/src/9/port/print.c:240,247 (short | long | prev | next)
Silence compiler warnings.
rsc Fri Mar 4 12:44:25 2005
1990/0227    
static	int 
hconv(Op *op) 
{ 
1991/1115    
 
	USED(op); 
1990/0227    
	return -FSHORT; 
} 
 
1990/06111/sys/src/9/port/print.c:247,2521991/1115/sys/src/9/port/print.c:249,255
1990/0227    
lconv(Op *op) 
{ 
 
1991/1115    
	USED(op); 
1990/0227    
	return -FLONG; 
} 
 
1990/06111/sys/src/9/port/print.c:268,2731991/1115/sys/src/9/port/print.c:271,278
1990/0227    
static	int 
uconv(Op *op) 
{ 
1991/1115    
 
	USED(op); 
1990/0227    
	return -FUNSIGN; 
} 
 


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