fix operator declaration (patch from Ulrich Neumerkel)

This commit is contained in:
Vítor Santos Costa 2010-11-05 11:00:14 +00:00
parent 362ecc2f16
commit 6fb86625c6

View File

@ -416,7 +416,7 @@ static Opdef Ops[] = {
{">>", yfx, 400},
{"mod", yfx, 400},
{"rem", yfx, 400},
{"+", fx, 200},
{"+", fy, 200},
{"-", fy, 200},
{"\\", fy, 200},
{"//", yfx, 400},