Annotation of researchv9/include/fatal.h, revision 1.1

1.1     ! root        1: /*     @(#)fatal.h     1.2     */
        !             2: extern int     Fflags;
        !             3: extern char    *Ffile;
        !             4: extern int     Fvalue;
        !             5: extern int     (*Ffunc)();
        !             6: extern int     Fjmp[10];
        !             7: 
        !             8: # define FTLMSG                0100000
        !             9: # define FTLCLN                 040000
        !            10: # define FTLFUNC        020000
        !            11: # define FTLACT                    077
        !            12: # define FTLJMP                     02
        !            13: # define FTLEXIT            01
        !            14: # define FTLRET                      0
        !            15: 
        !            16: # define FSAVE(val)    SAVE(Fflags,old_Fflags); Fflags = val;
        !            17: # define FRSTR()       RSTR(Fflags,old_Fflags);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.