@@ -659,7 +659,7 @@ int
test_unop (op)
char *op;
{
if (op[0] != '-')
if (op[0] != '-' || op[2] != 0)
return (0);
switch (op[1])
The note is not visible to the blocked user.