|
|
1.1 root 1: /* onepass.h 4.2 87/12/10 */
2:
3: #ifndef _ONEPASS_
4: #define _ONEPASS_
5: /*
6: * Definitions for creating a one-pass
7: * version of the compiler.
8: */
9:
10: #ifdef _PASS2_
11: #define crslab crs2lab
12: #define where where2
13: #define xdebug x2debug
14: #define tdebug t2debug
15: #ifndef deflab
16: #define deflab def2lab
17: #endif
18: #define edebug e2debug
19: #define eprint e2print
20: #define getlab get2lab
21: #define filename ftitle
22: #endif
23:
24: /* NOPREF must be defined for use in first pass tree machine */
25: #define NOPREF 020000 /* no preference for register assignment */
26:
27: #include "ndu.h"
28: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.