make -/1 fy with 200 priority, for compatibility with other Prologs (obs from Paylo Moura)
This commit is contained in:
parent
e783a03610
commit
d4016ce69e
2
C/init.c
2
C/init.c
@ -404,7 +404,7 @@ static Opdef Ops[] = {
|
|||||||
{"\\/", yfx, 500},
|
{"\\/", yfx, 500},
|
||||||
{"#", yfx, 500},
|
{"#", yfx, 500},
|
||||||
{"+", fx, 500},
|
{"+", fx, 500},
|
||||||
{"-", fx, 500},
|
{"-", fy, 200},
|
||||||
{"\\", fx, 500},
|
{"\\", fx, 500},
|
||||||
{"rdiv", yfx, 400},
|
{"rdiv", yfx, 400},
|
||||||
{"*", yfx, 400},
|
{"*", yfx, 400},
|
||||||
|
Reference in New Issue
Block a user