let the reader check rvalue counts before converting to set or set-r
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-10 00:31:04 +09:00
parent dd97f3b7f6
commit 0455d6cdb3
3 changed files with 24 additions and 7 deletions

View File

@ -165,7 +165,8 @@ static char* synerrstr[] =
"stray backslash",
"block expression expected",
"block expression disallowed",
"invalid lvalue"
"invalid lvalue",
"invalid rvalue"
};
/* --------------------------------------------------------------------------