Ported code to Mantra and general clean up.

This commit is contained in:
bruce
1987-01-27 14:15:23 +00:00
parent b04aa79797
commit ee89196671
5 changed files with 85 additions and 168 deletions

View File

@@ -59,11 +59,8 @@ extern int OO_state;
extern int OO_noutput; /* number of instructions in output queue */
extern int OO_WSIZE; /* wordlength */
extern int OO_PSIZE; /* pointer length */
#ifdef DEBUG
extern int dflag; /* debugging output */
#endif
#ifdef STATS
extern int sflag; /* statistics output */
extern int OO_wrstats; /* statistics output */
#endif
#define CST(p) (p->acst)