|
|
1.1 root 1: /* onepass.h 4.1 85/03/19 */
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: #define deflab def2lab
16: #define edebug e2debug
17: #define eprint e2print
18: #define getlab get2lab
19: #define filename ftitle
20: #endif
21:
22: /* NOPREF must be defined for use in first pass tree machine */
23: #define NOPREF 020000 /* no preference for register assignment */
24:
25: #include "ndu.h"
26: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.