Annotation of researchv10no/cmd/post.src/dpost/ps_include.awk, revision 1.1

1.1     ! root        1: /^->/ {
        !             2:        if(ndef)
        !             3:                printf("\t0\n};\n\n")
        !             4:        printf("static char *%s[] = {\n", $2)
        !             5:        ndef++
        !             6:        next
        !             7: }
        !             8: /^#/ {next}
        !             9: $0 != "" {printf("\t\"%s\",\n", $0); next}
        !            10: END {printf("\t0\n};\n")}

unix.superglobalmegacorp.com

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