File:  [MW Coherent from dump] / coherent / d / bin / cc / c / common / newlab.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:39 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 * Common C compiler routines.
 * Generate a local label.
 */

int	labgen;

/*
 * This routine is called to
 * generate a new local label. The external
 * variable "labgen" is set by the phase drivers
 * to the appropriate base (0 for cc0, 10000 for
 * cc1 and 20000 for cc2).
 */
newlab()
{
	return (++labgen);
}

unix.superglobalmegacorp.com

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