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

2001/0519/port/portfns.h (diff list | history)

2001/0518/sys/src/9/port/portfns.h:7,132001/0519/sys/src/9/port/portfns.h:7,13 (short | long | prev | next)
change assert to be more statement-like
rsc Fri Mar 4 12:44:25 2005
1994/0306    
Block*		allocb(int); 
1994/0817    
int		anyhigher(void); 
1992/0622    
int		anyready(void); 
2001/0518    
#define	assert(x)	if(x){}else panic("assert(x) failed"); 
2001/0519    
#define	assert(x)	if(x){}else panic("assert(x) failed") 
1999/1005    
void		_assert(char*); 
1992/0622    
Image*		attachimage(int, Chan*, ulong, ulong); 
1993/0811    
long		authcheck(Chan*, char*, int); 


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