xor can be used for exclusive disj

This commit is contained in:
Vitor Santos Costa 2010-09-21 22:26:24 +01:00
parent 9e3b363bfd
commit ea0fbabedd
1 changed files with 1 additions and 0 deletions

View File

@ -1031,6 +1031,7 @@ static InitBinEntry InitBinTab[] = {
{"\\/", op_or},
{"#", op_xor},
{"><", op_xor},
{"xor", op_xor},
{"atan2", op_atan2},
/* C-Prolog exponentiation */
{"^", op_power},