Annotation of GNUtools/cctools/as/make.defs, revision 1.1.1.1

1.1       root        1: subsystem make 100;
                      2: 
                      3: #include <mach/std_types.defs>
                      4: 
                      5: import "make_defs.h";
                      6: 
                      7: type make_string_t = array[*:1024] of char;
                      8: 
                      9: serverprefix make_;
                     10: userprefix make_;
                     11: 
                     12: simpleroutine alert_old (makePort      : port_t;
                     13:                        eventType       : int;
                     14:                        functionName    : make_string_t;
                     15:                        fileName        : make_string_t;
                     16:                        line            : int;
                     17:                        message         : make_string_t);
                     18: 
                     19: simpleroutine alert (  makePort        : port_t;
                     20:                        eventType       : int;
                     21:                        functionName    : make_string_t;
                     22:                        fileName        : make_string_t;
                     23:                        directory       : make_string_t;
                     24:                        line            : int;
                     25:                        message         : make_string_t);

unix.superglobalmegacorp.com

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