Added bitwise EX_OR and EX_AND.
This commit is contained in:
parent
cfc9f38ccd
commit
1239449207
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue