Added bitwise EX_OR and EX_AND.

This commit is contained in:
ceriel 1987-01-08 14:03:43 +00:00
parent cfc9f38ccd
commit 1239449207

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 */