#define	panicif(c, s)	if(c) { perror(s); exit(1); }
#define	el	else if
#define ever	;;

#ifdef DEBUG
#define register	/**/
#endif
