Annotation of researchv9/jerq/sgs/ld/sglobs.c, revision 1.1

1.1     ! root        1: static char ID[] = "@(#) sglobs.c: 1.3 6/29/82";
        !             2: 
        !             3: #include <stdio.h>
        !             4: 
        !             5: #include "system.h"
        !             6: #include "structs.h"
        !             7: #include "tv.h"
        !             8: #include "ldtv.h"
        !             9: #include "sgs.h"
        !            10: 
        !            11: char   Xflag = 1;      /* generate optional header with "old"
        !            12: /*eject*/
        !            13: /*
        !            14:  * Structure of information needed about the transfer vector (and the
        !            15:  * .tv section).  Part of this structure is added to outsclst, so that
        !            16:  * the list must not be freed before the last use of tvspec.
        !            17:  */
        !            18: 
        !            19: TVINFO tvspec = {
        !            20:        NULL,           /* tvosptr */
        !            21:        "",             /* tvfnfill: fill name for tv slots     */
        !            22:        -1L,            /* tvfill: fill value for tv slots      */
        !            23:        NULL,           /* tvinflnm: file containing tv specs   */
        !            24:        0,              /* tvinlnno: line nbr of tv directive   */
        !            25:        0,              /* tvlength: tv area length             */
        !            26:        -1L,            /* tvbndadr: tv area bond address       */
        !            27:        0, 0            /* tvrange                              */
        !            28:        };
        !            29: 
        !            30: unsigned short magic = (unsigned short) MAGIC;

unix.superglobalmegacorp.com

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