|
|
1.1 ! root 1: /* C compiler: UNIX code generator ! 2: * ! 3: * Dummy `stab' entries if -g is specified. ! 4: */ ! 5: ! 6: /* stabblock - output a stab entry for '{' or '}' at level lev */ ! 7: void stabblock(brace, lev, p) Symbol *p; { &brace; &lev; &p; } ! 8: ! 9: /* stabend - finalize stab output */ ! 10: void stabend(cp, p, cpp, sp, syms) Coordinate *cp; Symbol p, *sp, *syms; Coordinate **cpp; { &cp; &p; &cpp; &sp; &syms; } ! 11: ! 12: /* stabfend - end of function p */ ! 13: void stabfend(p, line) Symbol p; { &p; &line; } ! 14: ! 15: /* stabinit - initialize stab output */ ! 16: void stabinit(file, argc, argv) char *file, *argv[]; { &file; &argc; &argv; } ! 17: ! 18: /* stabline - emit stab entry for source coordinate *cp */ ! 19: void stabline(cp) Coordinate *cp; { &cp; } ! 20: ! 21: /* stabsym - output a stab entry for symbol p */ ! 22: void stabsym(p) Symbol p; { &p; } ! 23: ! 24: /* stabtype - output a stab entry for type *p */ ! 25: void stabtype(p) Symbol p; { &p; }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.