Added xor-oprator
This commit is contained in:
parent
ceee24a4cd
commit
0a237df13d
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ typedef struct exprnode *node_p;
|
||||||
#define EX_INREG 39
|
#define EX_INREG 39
|
||||||
#define EX_REGVAR 40
|
#define EX_REGVAR 40
|
||||||
#define EX_OR 41
|
#define EX_OR 41
|
||||||
#define EX_AND 42
|
#define EX_XOR 42
|
||||||
|
#define EX_AND 43
|
||||||
|
|
||||||
|
|
||||||
typedef struct { /* to stack coercions */
|
typedef struct { /* to stack coercions */
|
||||||
|
|
Loading…
Add table
Reference in a new issue