|
|
1.1 root 1: /* C compiler: VAX subset code generator */
2:
3: #include "../c/c.h"
4:
5: /* stabblock - output a stab entry for '{' or '}' at level lev */
6: void stabblock(brace, lev, p) Symbol p; { &brace; &lev; &p; }
7:
8: /* stabend - finalize stab output */
9: void stabend(file, line) char *file; { &file; &line; }
10:
11: /* stabfend - end of function p */
12: void stabfend(p, line) Symbol p; { &p; &line; }
13:
14: /* stabinit - initialize stab output */
15: void stabinit(file) char *file; { &file; }
16:
17: /* stabline - emit stab entry for line `line' in file */
18: void stabline(file, line) char *file; { &file; &line; }
19:
20: /* stabsym - output a stab entry for symbol p */
21: void stabsym(p) Symbol p; { &p; }
22:
23: /* stabtype - output a stab entry for type *p */
24: 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.