Annotation of coherent/b/bin/c/common/newlab.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Common C compiler routines.
                      3:  * Generate a local label.
                      4:  */
                      5: 
                      6: int    labgen;
                      7: 
                      8: /*
                      9:  * This routine is called to
                     10:  * generate a new local label. The external
                     11:  * variable "labgen" is set by the phase drivers
                     12:  * to the appropriate base (0 for cc0, 10000 for
                     13:  * cc1 and 20000 for cc2).
                     14:  */
                     15: newlab()
                     16: {
                     17:        return (++labgen);
                     18: }

unix.superglobalmegacorp.com

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