xor should not be an operator (Ulrich's #185)

This commit is contained in:
Vitor Santos Costa 2010-09-21 22:25:47 +01:00
parent d19ee6094e
commit 9e3b363bfd

View File

@ -407,7 +407,6 @@ static Opdef Ops[] = {
{"\\/", yfx, 500},
{"><", yfx, 500},
{"#", yfx, 500},
{"xor", yfx, 400},
{"rdiv", yfx, 400},
{"div", yfx, 400},
{"*", yfx, 400},