/*																				*/
/*																				*/
/*				File:	huff.h 													*/
/*																				*/
/*																				*/


struct
	{
	char x_tree [750];	/* base changed to 0 */
	int x_hptr;
	} huff;

#define tree huff.x_tree
#define hptr huff.x_hptr


