home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1990 UNIX System Laboratories, Inc. */
- /* Copyright (c) 1988 AT&T */
- /* All Rights Reserved */
-
- /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */
- /* UNIX System Laboratories, Inc. */
- /* The copyright notice above does not evidence any */
- /* actual or intended publication of such source code. */
-
- #ident "@(#)/usr/include/fatal.h.sl 1.2 5.0 08/27/90 59763 AT&T-USO 1.3"
-
- extern int Fflags;
- extern char *Ffile;
- extern int Fvalue;
- extern int (*Ffunc)();
- extern int Fjmp[10];
-
- # define FTLMSG 0100000
- # define FTLCLN 040000
- # define FTLFUNC 020000
- # define FTLACT 077
- # define FTLJMP 02
- # define FTLEXIT 01
- # define FTLRET 0
-
- # define FSAVE(val) SAVE(Fflags,old_Fflags); Fflags = val;
- # define FRSTR() RSTR(Fflags,old_Fflags);
-