File:  [Research Unix] / researchv10no / cmd / lcc / gen3 / stab.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

/* C compiler: VAX subset code generator */

#include "../c/c.h"

/* stabblock - output a stab entry for '{' or '}' at level lev */
void stabblock(brace, lev, p) Symbol p; { &brace; &lev; &p; }

/* stabend - finalize stab output */
void stabend(file, line) char *file; { &file; &line; }

/* stabfend - end of function p */
void stabfend(p, line) Symbol p; { &p; &line; }

/* stabinit - initialize stab output */
void stabinit(file) char *file; { &file; }

/* stabline - emit stab entry for line `line' in file */
void stabline(file, line) char *file; { &file; &line; }

/* stabsym - output a stab entry for symbol p */
void stabsym(p) Symbol p; { &p; }

/* stabtype - output a stab entry for type *p */
void stabtype(p) Symbol p; { &p; }

unix.superglobalmegacorp.com

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