Added bitwise EX_OR and EX_AND.
This commit is contained in:
parent
af59e1769c
commit
30a46b2e5f
@ -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…
x
Reference in New Issue
Block a user