xor should not be an operator (Ulrich's #185)
This commit is contained in:
parent
d19ee6094e
commit
9e3b363bfd
1
C/init.c
1
C/init.c
@ -407,7 +407,6 @@ static Opdef Ops[] = {
|
|||||||
{"\\/", yfx, 500},
|
{"\\/", yfx, 500},
|
||||||
{"><", yfx, 500},
|
{"><", yfx, 500},
|
||||||
{"#", yfx, 500},
|
{"#", yfx, 500},
|
||||||
{"xor", yfx, 400},
|
|
||||||
{"rdiv", yfx, 400},
|
{"rdiv", yfx, 400},
|
||||||
{"div", yfx, 400},
|
{"div", yfx, 400},
|
||||||
{"*", yfx, 400},
|
{"*", yfx, 400},
|
||||||
|
Reference in New Issue
Block a user