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:
parent
505ca22f04
commit
c1943be66e
3
C/init.c
3
C/init.c
@ -450,7 +450,8 @@ static Opdef Ops[] = {
|
|||||||
{"/", yfx, 400},
|
{"/", yfx, 400},
|
||||||
{"<<", yfx, 400},
|
{"<<", yfx, 400},
|
||||||
{">>", yfx, 400},
|
{">>", yfx, 400},
|
||||||
{"mod", xfx, 300},
|
{"mod", yfx, 400},
|
||||||
|
{"rem", yfx, 400},
|
||||||
{"//", yfx, 400},
|
{"//", yfx, 400},
|
||||||
{"**", xfx, 200},
|
{"**", xfx, 200},
|
||||||
{"^", xfy, 200}
|
{"^", xfy, 200}
|
||||||
|
Reference in New Issue
Block a user