
/*
 * GLOBALS.C
 *
 *	(C)Copyright 1987 by Matthew Dillon, All Rights Reserved
 */

#include "defs.h"

#define TU	    titleupdate = 1
#define nomemory()  {memoryfail = 1; TU;}

ED E, *Ep;			/* Current File */
ED *Base;			/* doubly linked list of Files	*/

char Nsu;
char Savetabs;
char titleupdate;
char memoryfail;
u_char Current[256];
short Clen;


