make rem and mod ISO compatible.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@247 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-01-02 00:34:44 +00:00
parent 505ca22f04
commit c1943be66e
1 changed files with 2 additions and 1 deletions

View File

@ -450,7 +450,8 @@ static Opdef Ops[] = {
{"/", yfx, 400},
{"<<", yfx, 400},
{">>", yfx, 400},
{"mod", xfx, 300},
{"mod", yfx, 400},
{"rem", yfx, 400},
{"//", yfx, 400},
{"**", xfx, 200},
{"^", xfy, 200}