fix operator declaration (patch from Ulrich Neumerkel)
This commit is contained in:
parent
362ecc2f16
commit
6fb86625c6
2
C/init.c
2
C/init.c
@ -416,7 +416,7 @@ static Opdef Ops[] = {
|
|||||||
{">>", yfx, 400},
|
{">>", yfx, 400},
|
||||||
{"mod", yfx, 400},
|
{"mod", yfx, 400},
|
||||||
{"rem", yfx, 400},
|
{"rem", yfx, 400},
|
||||||
{"+", fx, 200},
|
{"+", fy, 200},
|
||||||
{"-", fy, 200},
|
{"-", fy, 200},
|
||||||
{"\\", fy, 200},
|
{"\\", fy, 200},
|
||||||
{"//", yfx, 400},
|
{"//", yfx, 400},
|
||||||
|
Reference in New Issue
Block a user