New patterns, man page changes, other little fixes

This commit is contained in:
bruce
1987-07-10 14:16:32 +00:00
parent 058ba5041b
commit a67b08205d
4 changed files with 25 additions and 16 deletions

View File

@@ -10,21 +10,19 @@
#include <em.h>
#include <em_comp.h>
#include <system.h>
#include <idf_pkg.spec>
#include <emO_code.h>
#define OTHER 255
#define OTHER 0
#define op_lab sp_fpseu
typedef struct e_instr *p_instr;
#define FLUSHDFA() if(OO_state) {\
*OO_nxtpatt++ = OO_OTHER; OO_dfa(OTHER);\
} else if(OO_noutput) OO_flush();
#define GETINSTR() (OO_nxtifree>OO_freeiqueue)?*(--OO_nxtifree):\
((p_instr)Malloc(sizeof(struct e_instr)))
#define op_lab sp_ilb1
typedef struct e_instr *p_instr;
((p_instr)Malloc(sizeof(struct e_instr)))
extern p_instr *OO_freeiqueue;
extern p_instr *OO_nxtifree;