make xor an operator.

This commit is contained in:
Vítor Santos Costa 2012-02-13 09:37:16 +00:00
parent c8787a29f2
commit c63709f310
1 changed files with 1 additions and 0 deletions

View File

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