Annotation of researchv10no/cmd/hdr/func.h, revision 1.1

1.1     ! root        1: /*
        !             2:  *     Information about the current function.
        !             3:  */
        !             4: typedef struct
        !             5: {
        !             6:     char       *fn_name;
        !             7:     cnode      *fn_code;
        !             8:     ident      *fn_args;
        !             9:     ident      *fn_locals;
        !            10:     token      *fn_token;
        !            11:     token      *fn_ret_token;
        !            12:     token      *fn_vret_token;
        !            13:     xnode      *fn_type;
        !            14: }
        !            15:        func_data;
        !            16: 
        !            17: extern func_data       func;

unix.superglobalmegacorp.com

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