Added bitwise EX_OR and EX_AND.

This commit is contained in:
ceriel 1987-01-08 14:03:43 +00:00
parent af59e1769c
commit 30a46b2e5f

View File

@ -120,6 +120,8 @@ typedef struct exprnode *node_p;
#define EX_HIGHW 38
#define EX_INREG 39
#define EX_REGVAR 40
#define EX_OR 41
#define EX_AND 42
typedef struct { /* to stack coercions */