1*36468Ssam /* fatal.h 1.1 88/12/22 */ 2*36468Ssam 3*36468Ssam extern int Fflags; 4*36468Ssam extern char *Ffile; 5*36468Ssam extern int Fvalue; 6*36468Ssam extern int (*Ffunc)(); 7*36468Ssam extern int Fjmp[10]; 8*36468Ssam 9*36468Ssam #define FTLMSG 0100000 10*36468Ssam #define FTLCLN 0040000 11*36468Ssam #define FTLFUNC 020000 12*36468Ssam #define FTLACT 077 13*36468Ssam #define FTLJMP 02 14*36468Ssam #define FTLEXIT 1 15*36468Ssam #define FTLRET 0 16